Html Css Color HEX #66709E Waikawa Grey

📋 copy color: '#66709E'

red 102 ◦ green 112 ◦ blue 158

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

Shades of Waikawa Grey #66709E

Tints of Waikawa Grey #66709E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.11%

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 27.42%
G = 30.11%
B = 42.47%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66709E (or 0x66709E) is known color: Waikawa Grey. HEX triplet: 66, 70 and 9E. RGB value is (102,112,158). Sum of RGB (Red+Green+Blue) = 102+112+158=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #66709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66709E is #998F61. Grayscale: #727272. Windows color (decimal): -10063714 or 10383462. OLE color: 10383462.

HSL color Cylindrical-coordinate representation of color #66709E: hue angle of 229.29º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66709E is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 112 158 -
CMYK 0.35 0.29 0 0.38
HSL 229.29º 0.22% 0.51% -
HSV(B) 229.29º 0.35% 0.62% -
XYZ 17.45 16.88 34.69 -
YUV 114.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 102 112 158 0.35 0.29 0 0.38 229.29 0.22 0.51
Hex 66 70 9E 23 1D 0 26 E5 16 33
Octal 146 160 236 43 35 0 46 345 26 63
Binary 1100110 1110000 10011110 100011 11101 0 100110 11100101 10110 110011

Color Harmonies of #66709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66709E

Black with #66709E

Text Example


Text Example

White with #66709E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,112,158); }

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

background-color css

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

 a { background-color: rgb(102,112,158); }

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

border-color css

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

 span { border-color: rgb(102,112,158); }

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