Html Css Color HEX #66729F Waikawa Grey

📋 copy color: '#66729F'

red 102 ◦ green 114 ◦ blue 159

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

Shades of Waikawa Grey #66729F

Tints of Waikawa Grey #66729F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 27.2%
G = 30.4%
B = 42.4%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66729F (or 0x66729F) is known color: Waikawa Grey. HEX triplet: 66, 72 and 9F. RGB value is (102,114,159). Sum of RGB (Red+Green+Blue) = 102+114+159=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #66729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66729F is #998D60. Grayscale: #737373. Windows color (decimal): -10063201 or 10449510. OLE color: 10449510.

HSL color Cylindrical-coordinate representation of color #66729F: hue angle of 227.37º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66729F is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 114 159 -
CMYK 0.36 0.28 0 0.38
HSL 227.37º 0.23% 0.51% -
HSV(B) 227.37º 0.36% 0.62% -
XYZ 17.75 17.36 35.22 -
YUV 115.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 102 114 159 0.36 0.28 0 0.38 227.37 0.23 0.51
Hex 66 72 9F 24 1C 0 26 E3 17 33
Octal 146 162 237 44 34 0 46 343 27 63
Binary 1100110 1110010 10011111 100100 11100 0 100110 11100011 10111 110011

Color Harmonies of #66729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66729F

Black with #66729F

Text Example


Text Example

White with #66729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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