Html Css Color HEX #6669CB Slate Blue

📋 copy color: '#6669CB'

red 102 ◦ green 105 ◦ blue 203

#6669CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6669CB

Tints of Slate Blue #6669CB

RGB

 RED value IS 102 (40.23% from 255) = 24.88%

 GREEN value IS 105 (41.41% from 255) = 25.61%

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 24.88%
G = 25.61%
B = 49.51%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6669CB (or 0x6669CB) is known color: Slate Blue. HEX triplet: 66, 69 and CB. RGB value is (102,105,203). Sum of RGB (Red+Green+Blue) = 102+105+203=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #6669CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6669CB is #999634. Grayscale: #727272. Windows color (decimal): -10065461 or 13330790. OLE color: 13330790.

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

Color convert

RGB 102 105 203 -
CMYK 0.50 0.48 0 0.20
HSL 238.22º 0.49% 0.6% -
HSV(B) 238.22º 0.5% 0.8% -
XYZ 21.31 17.24 58.7 -
YUV 115.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 102 105 203 0.50 0.48 0 0.20 238.22 0.49 0.6
Hex 66 69 CB 32 30 0 14 EE 31 3C
Octal 146 151 313 62 60 0 24 356 61 74
Binary 1100110 1101001 11001011 110010 110000 0 10100 11101110 110001 111100

Color Harmonies of #6669CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6669CB

Black with #6669CB

Text Example


Text Example

White with #6669CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6669CB;
 }
 .AnyTagClassName
 {
   color: #6669CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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