Html Css Color HEX #64729D Waikawa Grey

📋 copy color: '#64729D'

red 100 ◦ green 114 ◦ blue 157

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

Shades of Waikawa Grey #64729D

Tints of Waikawa Grey #64729D

RGB

 RED value IS 100 (39.45% from 255) = 26.95%

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

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

R = 26.95%
G = 30.73%
B = 42.32%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64729D (or 0x64729D) is known color: Waikawa Grey. HEX triplet: 64, 72 and 9D. RGB value is (100,114,157). Sum of RGB (Red+Green+Blue) = 100+114+157=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 114 (44.92% from 255 or 30.73% 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 #64729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64729D is #9B8D62. Grayscale: #727272. Windows color (decimal): -10194275 or 10318436. OLE color: 10318436.

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

Color convert

RGB 100 114 157 -
CMYK 0.36 0.27 0 0.38
HSL 225.26º 0.23% 0.5% -
HSV(B) 225.26º 0.36% 0.62% -
XYZ 17.36 17.18 34.3 -
YUV 114.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 100 114 157 0.36 0.27 0 0.38 225.26 0.23 0.5
Hex 64 72 9D 24 1B 0 26 E1 17 32
Octal 144 162 235 44 33 0 46 341 27 62
Binary 1100100 1110010 10011101 100100 11011 0 100110 11100001 10111 110010

Color Harmonies of #64729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64729D

Black with #64729D

Text Example


Text Example

White with #64729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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