#6966CA

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

Shades of Slate Blue #6966CA

Tints of Slate Blue #6966CA

Color information

#6966CA (or 0x6966CA) is unknown color: approx Slate Blue. HEX triplet: 69, 66 and CA. RGB value is (105,102,202). Sum of RGB (Red+Green+Blue) = 105+102+202=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #6966CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6966CA is #969935. Grayscale: #717171. Windows color (decimal): -9869622 or 13264489. OLE color: 13264489.

HSL color Cylindrical-coordinate representation of color #6966CA: hue angle of 241.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6966CA is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105102202-
CMYK0.480.5000.21
HSL241.8º48.54%59.61%-
HSV(B)241.8º49.5%79.22%-
XYZ21.2416.7757.99-
YUV114.3177.49121.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.67%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=25.67%
G=24.94%
B=49.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051022020.480.5000.21241.848.5459.61
Hex6966CA3032015f2313c
Octal15114631260620253626174
Binary110100111001101100101011000011001001010111110010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6966CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6966CA; }

 p { color: rgb(105,102,202); }

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

<style>
 a { background-color: #6966CA; }

 a { background-color: rgb(105,102,202); }

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

<style>
 span { border-color: #6966CA; }

 span { border-color: rgb(105,102,202); }

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