Html Css Color HEX #66718E Waikawa Grey

📋 copy color: '#66718E'

red 102 ◦ green 113 ◦ blue 142

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

Shades of Waikawa Grey #66718E

Tints of Waikawa Grey #66718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.65%

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

R = 28.57%
G = 31.65%
B = 39.78%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#66718E (or 0x66718E) is known color: Waikawa Grey. HEX triplet: 66, 71 and 8E. RGB value is (102,113,142). Sum of RGB (Red+Green+Blue) = 102+113+142=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #66718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66718E is #998E71. Grayscale: #707070. Windows color (decimal): -10063474 or 9335142. OLE color: 9335142.

HSL color Cylindrical-coordinate representation of color #66718E: hue angle of 223.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 #66718E is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 113 142 -
CMYK 0.28 0.20 0 0.44
HSL 223.5º 0.16% 0.48% -
HSV(B) 223.5º 0.28% 0.56% -
XYZ 16.27 16.59 27.94 -
YUV 113.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 102 113 142 0.28 0.20 0 0.44 223.5 0.16 0.48
Hex 66 71 8E 1C 14 0 2C E0 10 30
Octal 146 161 216 34 24 0 54 340 20 60
Binary 1100110 1110001 10001110 11100 10100 0 101100 11100000 10000 110000

Color Harmonies of #66718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66718E

Black with #66718E

Text Example


Text Example

White with #66718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66718E; }

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

 H1.HeaderClassName
 {
   color: #66718E;
 }
 .AnyTagClassName
 {
   color: #66718E;
 }
</style>

background-color css

<style>
 a { background-color: #66718E; }

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

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

border-color css

<style>
 span { border-color: #66718E; }

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

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