#6667CD

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

Shades of Slate Blue #6667CD

Tints of Slate Blue #6667CD

Color information

#6667CD (or 0x6667CD) is unknown color: approx Slate Blue. HEX triplet: 66, 67 and CD. RGB value is (102,103,205). Sum of RGB (Red+Green+Blue) = 102+103+205=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #6667CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6667CD is #999832. Grayscale: #717171. Windows color (decimal): -10065971 or 13461350. OLE color: 13461350.

HSL color Cylindrical-coordinate representation of color #6667CD: hue angle of 239.42º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6667CD is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102103205-
CMYK0.500.5000.20
HSL239.42º50.74%60.2%-
HSV(B)239.42º50.24%80.39%-
XYZ21.3516.9359.9-
YUV114.33179.17119.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.88%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 205 (80.47% from 255) = 50%
R=24.88%
G=25.12%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021032050.500.5000.20239.4250.7460.2
Hex6667CD3232014ef333c
Octal14614731562620243576374
Binary110011011001111100110111001011001001010011101111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6667CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6667CD; }

 p { color: rgb(102,103,205); }

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

<style>
 a { background-color: #6667CD; }

 a { background-color: rgb(102,103,205); }

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

<style>
 span { border-color: #6667CD; }

 span { border-color: rgb(102,103,205); }

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