Html Css Color HEX #66718C Waikawa Grey

📋 copy color: '#66718C'

red 102 ◦ green 113 ◦ blue 140

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

Shades of Waikawa Grey #66718C

Tints of Waikawa Grey #66718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 28.73%
G = 31.83%
B = 39.44%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66718C (or 0x66718C) is known color: Waikawa Grey. HEX triplet: 66, 71 and 8C. RGB value is (102,113,140). Sum of RGB (Red+Green+Blue) = 102+113+140=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #66718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66718C is #998E73. Grayscale: #707070. Windows color (decimal): -10063476 or 9204070. OLE color: 9204070.

HSL color Cylindrical-coordinate representation of color #66718C: hue angle of 222.63º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66718C is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 113 140 -
CMYK 0.27 0.19 0 0.45
HSL 222.63º 0.16% 0.47% -
HSV(B) 222.63º 0.27% 0.55% -
XYZ 16.12 16.53 27.15 -
YUV 112.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 102 113 140 0.27 0.19 0 0.45 222.63 0.16 0.47
Hex 66 71 8C 1B 13 0 2D DF 10 2F
Octal 146 161 214 33 23 0 55 337 20 57
Binary 1100110 1110001 10001100 11011 10011 0 101101 11011111 10000 101111

Color Harmonies of #66718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66718C

Black with #66718C

Text Example


Text Example

White with #66718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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