Html Css Color HEX #64719E Waikawa Grey

📋 copy color: '#64719E'

red 100 ◦ green 113 ◦ blue 158

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

Shades of Waikawa Grey #64719E

Tints of Waikawa Grey #64719E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 26.95%
G = 30.46%
B = 42.59%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64719E (or 0x64719E) is known color: Waikawa Grey. HEX triplet: 64, 71 and 9E. RGB value is (100,113,158). Sum of RGB (Red+Green+Blue) = 100+113+158=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #64719E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64719E is #9B8E61. Grayscale: #727272. Windows color (decimal): -10194530 or 10383716. OLE color: 10383716.

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

Color convert

RGB 100 113 158 -
CMYK 0.37 0.28 0 0.38
HSL 226.55º 0.23% 0.51% -
HSV(B) 226.55º 0.37% 0.62% -
XYZ 17.33 16.99 34.71 -
YUV 114.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 100 113 158 0.37 0.28 0 0.38 226.55 0.23 0.51
Hex 64 71 9E 25 1C 0 26 E3 17 33
Octal 144 161 236 45 34 0 46 343 27 63
Binary 1100100 1110001 10011110 100101 11100 0 100110 11100011 10111 110011

Color Harmonies of #64719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64719E

Black with #64719E

Text Example


Text Example

White with #64719E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64719E; }

 p { color: rgb(100,113,158); }

 H1.HeaderClassName
 {
   color: #64719E;
 }
 .AnyTagClassName
 {
   color: #64719E;
 }
</style>

background-color css

<style>
 a { background-color: #64719E; }

 a { background-color: rgb(100,113,158); }

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

border-color css

<style>
 span { border-color: #64719E; }

 span { border-color: rgb(100,113,158); }

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