Html Css Color HEX #64719F Waikawa Grey

📋 copy color: '#64719F'

red 100 ◦ green 113 ◦ blue 159

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

Shades of Waikawa Grey #64719F

Tints of Waikawa Grey #64719F

RGB

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

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

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

R = 26.88%
G = 30.38%
B = 42.74%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64719F (or 0x64719F) is known color: Waikawa Grey. HEX triplet: 64, 71 and 9F. RGB value is (100,113,159). Sum of RGB (Red+Green+Blue) = 100+113+159=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #64719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64719F is #9B8E60. Grayscale: #727272. Windows color (decimal): -10194529 or 10449252. OLE color: 10449252.

HSL color Cylindrical-coordinate representation of color #64719F: hue angle of 226.78º degrees, saturation: 0.24, 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 #64719F is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 113 159 -
CMYK 0.37 0.29 0 0.38
HSL 226.78º 0.24% 0.51% -
HSV(B) 226.78º 0.37% 0.62% -
XYZ 17.42 17.02 35.17 -
YUV 114.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 100 113 159 0.37 0.29 0 0.38 226.78 0.24 0.51
Hex 64 71 9F 25 1D 0 26 E3 18 33
Octal 144 161 237 45 35 0 46 343 30 63
Binary 1100100 1110001 10011111 100101 11101 0 100110 11100011 11000 110011

Color Harmonies of #64719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64719F

Black with #64719F

Text Example


Text Example

White with #64719F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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