Html Css Color HEX #66729D Waikawa Grey

📋 copy color: '#66729D'

red 102 ◦ green 114 ◦ blue 157

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

Shades of Waikawa Grey #66729D

Tints of Waikawa Grey #66729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

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

R = 27.35%
G = 30.56%
B = 42.09%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66729D (or 0x66729D) is known color: Waikawa Grey. HEX triplet: 66, 72 and 9D. RGB value is (102,114,157). Sum of RGB (Red+Green+Blue) = 102+114+157=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #66729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66729D is #998D62. Grayscale: #737373. Windows color (decimal): -10063203 or 10318438. OLE color: 10318438.

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

Color convert

RGB 102 114 157 -
CMYK 0.35 0.27 0 0.38
HSL 226.91º 0.22% 0.51% -
HSV(B) 226.91º 0.35% 0.62% -
XYZ 17.58 17.29 34.31 -
YUV 115.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 102 114 157 0.35 0.27 0 0.38 226.91 0.22 0.51
Hex 66 72 9D 23 1B 0 26 E3 16 33
Octal 146 162 235 43 33 0 46 343 26 63
Binary 1100110 1110010 10011101 100011 11011 0 100110 11100011 10110 110011

Color Harmonies of #66729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66729D

Black with #66729D

Text Example


Text Example

White with #66729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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