Html Css Color HEX #64708D Waikawa Grey

📋 copy color: '#64708D'

red 100 ◦ green 112 ◦ blue 141

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

Shades of Waikawa Grey #64708D

Tints of Waikawa Grey #64708D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 28.33%
G = 31.73%
B = 39.94%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64708D (or 0x64708D) is known color: Waikawa Grey. HEX triplet: 64, 70 and 8D. RGB value is (100,112,141). Sum of RGB (Red+Green+Blue) = 100+112+141=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #64708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64708D is #9B8F72. Grayscale: #6F6F6F. Windows color (decimal): -10194803 or 9269348. OLE color: 9269348.

HSL color Cylindrical-coordinate representation of color #64708D: hue angle of 222.44º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64708D is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 112 141 -
CMYK 0.29 0.21 0 0.45
HSL 222.44º 0.17% 0.47% -
HSV(B) 222.44º 0.29% 0.55% -
XYZ 15.86 16.22 27.49 -
YUV 111.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 100 112 141 0.29 0.21 0 0.45 222.44 0.17 0.47
Hex 64 70 8D 1D 15 0 2D DE 11 2F
Octal 144 160 215 35 25 0 55 336 21 57
Binary 1100100 1110000 10001101 11101 10101 0 101101 11011110 10001 101111

Color Harmonies of #64708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64708D

Black with #64708D

Text Example


Text Example

White with #64708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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