#6669D7

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

Shades of Slate Blue #6669D7

Tints of Slate Blue #6669D7

Color information

#6669D7 (or 0x6669D7) is unknown color: approx Slate Blue. HEX triplet: 66, 69 and D7. RGB value is (102,105,215). Sum of RGB (Red+Green+Blue) = 102+105+215=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #6669D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6669D7 is #999628. Grayscale: #747474. Windows color (decimal): -10065449 or 14117222. OLE color: 14117222.

HSL color Cylindrical-coordinate representation of color #6669D7: hue angle of 238.41º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6669D7 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102105215-
CMYK0.530.5100.16
HSL238.41º58.55%62.16%-
HSV(B)238.41º52.56%84.31%-
XYZ22.817.8366.53-
YUV116.64183.51117.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.17%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 215 (84.38% from 255) = 50.95%
R=24.17%
G=24.88%
B=50.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1021052150.530.5100.16238.4158.5562.16
Hex6669D73533010ee3b3e
Octal14615132765630203567376
Binary110011011010011101011111010111001101000011101110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6669D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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