Html Css Color HEX #666F89 Waikawa Grey

📋 copy color: '#666F89'

red 102 ◦ green 111 ◦ blue 137

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

Shades of Waikawa Grey #666F89

Tints of Waikawa Grey #666F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 137 (53.91% from 255) = 39.14%

R = 29.14%
G = 31.71%
B = 39.14%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#666F89 (or 0x666F89) is known color: Waikawa Grey. HEX triplet: 66, 6F and 89. RGB value is (102,111,137). Sum of RGB (Red+Green+Blue) = 102+111+137=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #666F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F89 is #999076. Grayscale: #6F6F6F. Windows color (decimal): -10063991 or 9006950. OLE color: 9006950.

HSL color Cylindrical-coordinate representation of color #666F89: hue angle of 224.57º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #666F89 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 111 137 -
CMYK 0.26 0.19 0 0.46
HSL 224.57º 0.15% 0.47% -
HSV(B) 224.57º 0.26% 0.54% -
XYZ 15.68 16 25.93 -
YUV 111.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 102 111 137 0.26 0.19 0 0.46 224.57 0.15 0.47
Hex 66 6F 89 1A 13 0 2E E1 F 2F
Octal 146 157 211 32 23 0 56 341 17 57
Binary 1100110 1101111 10001001 11010 10011 0 101110 11100001 1111 101111

Color Harmonies of #666F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666F89

Black with #666F89

Text Example


Text Example

White with #666F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,111,137); }

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

background-color css

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

 a { background-color: rgb(102,111,137); }

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

border-color css

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

 span { border-color: rgb(102,111,137); }

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