Html Css Color HEX #64709D Waikawa Grey

📋 copy color: '#64709D'

red 100 ◦ green 112 ◦ blue 157

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

Shades of Waikawa Grey #64709D

Tints of Waikawa Grey #64709D

RGB

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

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

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

R = 27.1%
G = 30.35%
B = 42.55%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64709D (or 0x64709D) is known color: Waikawa Grey. HEX triplet: 64, 70 and 9D. RGB value is (100,112,157). Sum of RGB (Red+Green+Blue) = 100+112+157=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #64709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64709D is #9B8F62. Grayscale: #717171. Windows color (decimal): -10194787 or 10317924. OLE color: 10317924.

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

Color convert

RGB 100 112 157 -
CMYK 0.36 0.29 0 0.38
HSL 227.37º 0.23% 0.5% -
HSV(B) 227.37º 0.36% 0.62% -
XYZ 17.14 16.73 34.22 -
YUV 113.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 100 112 157 0.36 0.29 0 0.38 227.37 0.23 0.5
Hex 64 70 9D 24 1D 0 26 E3 17 32
Octal 144 160 235 44 35 0 46 343 27 62
Binary 1100100 1110000 10011101 100100 11101 0 100110 11100011 10111 110010

Color Harmonies of #64709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64709D

Black with #64709D

Text Example


Text Example

White with #64709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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