Html Css Color HEX #66709D Waikawa Grey

📋 copy color: '#66709D'

red 102 ◦ green 112 ◦ blue 157

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

Shades of Waikawa Grey #66709D

Tints of Waikawa Grey #66709D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.32%

R = 27.49%
G = 30.19%
B = 42.32%

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

#66709D (or 0x66709D) is known color: Waikawa Grey. HEX triplet: 66, 70 and 9D. RGB value is (102,112,157). Sum of RGB (Red+Green+Blue) = 102+112+157=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #66709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66709D is #998F62. Grayscale: #717171. Windows color (decimal): -10063715 or 10317926. OLE color: 10317926.

HSL color Cylindrical-coordinate representation of color #66709D: hue angle of 229.09º 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 #66709D is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 112 157 -
CMYK 0.35 0.29 0 0.38
HSL 229.09º 0.22% 0.51% -
HSV(B) 229.09º 0.35% 0.62% -
XYZ 17.36 16.85 34.24 -
YUV 114.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 102 112 157 0.35 0.29 0 0.38 229.09 0.22 0.51
Hex 66 70 9D 23 1D 0 26 E5 16 33
Octal 146 160 235 43 35 0 46 345 26 63
Binary 1100110 1110000 10011101 100011 11101 0 100110 11100101 10110 110011

Color Harmonies of #66709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66709D

Black with #66709D

Text Example


Text Example

White with #66709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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