Html Css Color HEX #64718F Waikawa Grey

📋 copy color: '#64718F'

red 100 ◦ green 113 ◦ blue 143

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

Shades of Waikawa Grey #64718F

Tints of Waikawa Grey #64718F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 28.09%
G = 31.74%
B = 40.17%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64718F (or 0x64718F) is known color: Waikawa Grey. HEX triplet: 64, 71 and 8F. RGB value is (100,113,143). Sum of RGB (Red+Green+Blue) = 100+113+143=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 143 - color contains mainly: blue. Hex color #64718F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64718F is #9B8E70. Grayscale: #707070. Windows color (decimal): -10194545 or 9400676. OLE color: 9400676.

HSL color Cylindrical-coordinate representation of color #64718F: hue angle of 221.86º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64718F is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 113 143 -
CMYK 0.30 0.21 0 0.44
HSL 221.86º 0.18% 0.48% -
HSV(B) 221.86º 0.3% 0.56% -
XYZ 16.12 16.5 28.32 -
YUV 112.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 100 113 143 0.30 0.21 0 0.44 221.86 0.18 0.48
Hex 64 71 8F 1E 15 0 2C DE 12 30
Octal 144 161 217 36 25 0 54 336 22 60
Binary 1100100 1110001 10001111 11110 10101 0 101100 11011110 10010 110000

Color Harmonies of #64718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64718F

Black with #64718F

Text Example


Text Example

White with #64718F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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