#6669CA

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

Shades of Slate Blue #6669CA

Tints of Slate Blue #6669CA

Color information

#6669CA (or 0x6669CA) is unknown color: approx Slate Blue. HEX triplet: 66, 69 and CA. RGB value is (102,105,202). Sum of RGB (Red+Green+Blue) = 102+105+202=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 105 (41.41% from 255 or 25.67% 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 #6669CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6669CA is #999635. Grayscale: #727272. Windows color (decimal): -10065462 or 13265254. OLE color: 13265254.

HSL color Cylindrical-coordinate representation of color #6669CA: hue angle of 238.2º 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 #6669CA is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102105202-
CMYK0.500.4800.21
HSL238.2º48.54%59.61%-
HSV(B)238.2º49.5%79.22%-
XYZ21.1917.1958.08-
YUV115.16177.01118.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021052020.500.4800.21238.248.5459.61
Hex6669CA3230015ee313c
Octal14615131262600253566174
Binary110011011010011100101011001011000001010111101110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6669CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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