Html Css Color HEX #64708B Waikawa Grey

📋 copy color: '#64708B'

red 100 ◦ green 112 ◦ blue 139

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

Shades of Waikawa Grey #64708B

Tints of Waikawa Grey #64708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 28.49%
G = 31.91%
B = 39.6%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64708B (or 0x64708B) is known color: Waikawa Grey. HEX triplet: 64, 70 and 8B. RGB value is (100,112,139). Sum of RGB (Red+Green+Blue) = 100+112+139=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #64708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64708B is #9B8F74. Grayscale: #6F6F6F. Windows color (decimal): -10194805 or 9138276. OLE color: 9138276.

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

Color convert

RGB 100 112 139 -
CMYK 0.28 0.19 0 0.45
HSL 221.54º 0.16% 0.47% -
HSV(B) 221.54º 0.28% 0.55% -
XYZ 15.71 16.16 26.72 -
YUV 111.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 100 112 139 0.28 0.19 0 0.45 221.54 0.16 0.47
Hex 64 70 8B 1C 13 0 2D DE 10 2F
Octal 144 160 213 34 23 0 55 336 20 57
Binary 1100100 1110000 10001011 11100 10011 0 101101 11011110 10000 101111

Color Harmonies of #64708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64708B

Black with #64708B

Text Example


Text Example

White with #64708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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