#6963D8

Color #6963D8 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6963D8

Tints of Slate Blue #6963D8

Color information

#6963D8 (or 0x6963D8) is unknown color: approx Slate Blue. HEX triplet: 69, 63 and D8. RGB value is (105,99,216). Sum of RGB (Red+Green+Blue) = 105+99+216=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #6963D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6963D8 is #969C27. Grayscale: #717171. Windows color (decimal): -9870376 or 14181225. OLE color: 14181225.

HSL color Cylindrical-coordinate representation of color #6963D8: hue angle of 243.08º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6963D8 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10599216-
CMYK0.510.5400.15
HSL243.08º60%61.76%-
HSV(B)243.08º54.17%84.71%-
XYZ22.6816.8867.03-
YUV114.13185.49121.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 25%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 216 (84.77% from 255) = 51.43%
R=25%
G=23.57%
B=51.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal105992160.510.5400.15243.086061.76
Hex6963D833360Ff33c3e
Octal15114333063660173637476
Binary11010011100011110110001100111101100111111110011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6963D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6963D8; }

 p { color: rgb(105,99,216); }

 H1.HeaderClassName
 {
   color: #6963D8;
 }
 .AnyTagClassName
 {
   color: #6963D8;
 }
</style>
background-color css

<style>
 a { background-color: #6963D8; }

 a { background-color: rgb(105,99,216); }

 div.DivClassName
 {
   background-color: #6963D8;
 }
 .BgClassName
 {
   background-color: #6963D8;
 }
</style>
border-color css

<style>
 span { border-color: #6963D8; }

 span { border-color: rgb(105,99,216); }

 td.TdClassName
 {
   border-color: #6963D8;
 }
 .TagClassName
 {
   border-color: #6963D8;
 }
</style>