Html Css Color HEX #666A8E Waikawa Grey

📋 copy color: '#666A8E'

red 102 ◦ green 106 ◦ blue 142

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

Shades of Waikawa Grey #666A8E

Tints of Waikawa Grey #666A8E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

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

R = 29.14%
G = 30.29%
B = 40.57%

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

#666A8E (or 0x666A8E) is known color: Waikawa Grey. HEX triplet: 66, 6A and 8E. RGB value is (102,106,142). Sum of RGB (Red+Green+Blue) = 102+106+142=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #666A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666A8E is #999571. Grayscale: #6C6C6C. Windows color (decimal): -10065266 or 9333350. OLE color: 9333350.

HSL color Cylindrical-coordinate representation of color #666A8E: hue angle of 234º 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 #666A8E is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 106 142 -
CMYK 0.28 0.25 0 0.44
HSL 234º 0.16% 0.48% -
HSV(B) 234º 0.28% 0.56% -
XYZ 15.52 15.09 27.69 -
YUV 108.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 102 106 142 0.28 0.25 0 0.44 234 0.16 0.48
Hex 66 6A 8E 1C 19 0 2C EA 10 30
Octal 146 152 216 34 31 0 54 352 20 60
Binary 1100110 1101010 10001110 11100 11001 0 101100 11101010 10000 110000

Color Harmonies of #666A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666A8E

Black with #666A8E

Text Example


Text Example

White with #666A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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