Html Css Color HEX #666B8E Waikawa Grey

📋 copy color: '#666B8E'

red 102 ◦ green 107 ◦ blue 142

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

Shades of Waikawa Grey #666B8E

Tints of Waikawa Grey #666B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.48%

 BLUE value IS 142 (55.86% from 255) = 40.46%

R = 29.06%
G = 30.48%
B = 40.46%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#666B8E (or 0x666B8E) is known color: Waikawa Grey. HEX triplet: 66, 6B and 8E. RGB value is (102,107,142). Sum of RGB (Red+Green+Blue) = 102+107+142=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #666B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666B8E is #999471. Grayscale: #6D6D6D. Windows color (decimal): -10065010 or 9333606. OLE color: 9333606.

HSL color Cylindrical-coordinate representation of color #666B8E: hue angle of 232.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #666B8E is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 107 142 -
CMYK 0.28 0.25 0 0.44
HSL 232.5º 0.16% 0.48% -
HSV(B) 232.5º 0.28% 0.56% -
XYZ 15.62 15.29 27.72 -
YUV 109.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 102 107 142 0.28 0.25 0 0.44 232.5 0.16 0.48
Hex 66 6B 8E 1C 19 0 2C E8 10 30
Octal 146 153 216 34 31 0 54 350 20 60
Binary 1100110 1101011 10001110 11100 11001 0 101100 11101000 10000 110000

Color Harmonies of #666B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666B8E

Black with #666B8E

Text Example


Text Example

White with #666B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666B8E; }

 p { color: rgb(102,107,142); }

 H1.HeaderClassName
 {
   color: #666B8E;
 }
 .AnyTagClassName
 {
   color: #666B8E;
 }
</style>

background-color css

<style>
 a { background-color: #666B8E; }

 a { background-color: rgb(102,107,142); }

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

border-color css

<style>
 span { border-color: #666B8E; }

 span { border-color: rgb(102,107,142); }

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