Html Css Color HEX #64758E Waikawa Grey

📋 copy color: '#64758E'

red 100 ◦ green 117 ◦ blue 142

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

Shades of Waikawa Grey #64758E

Tints of Waikawa Grey #64758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 142 (55.86% from 255) = 39.55%

R = 27.86%
G = 32.59%
B = 39.55%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64758E (or 0x64758E) is known color: Waikawa Grey. HEX triplet: 64, 75 and 8E. RGB value is (100,117,142). Sum of RGB (Red+Green+Blue) = 100+117+142=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #64758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64758E is #9B8A71. Grayscale: #727272. Windows color (decimal): -10193522 or 9336164. OLE color: 9336164.

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

Color convert

RGB 100 117 142 -
CMYK 0.30 0.18 0 0.44
HSL 215.71º 0.17% 0.47% -
HSV(B) 215.71º 0.3% 0.56% -
XYZ 16.5 17.38 28.08 -
YUV 114.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 100 117 142 0.30 0.18 0 0.44 215.71 0.17 0.47
Hex 64 75 8E 1E 12 0 2C D8 11 2F
Octal 144 165 216 36 22 0 54 330 21 57
Binary 1100100 1110101 10001110 11110 10010 0 101100 11011000 10001 101111

Color Harmonies of #64758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64758E

Black with #64758E

Text Example


Text Example

White with #64758E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,117,142); }

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

background-color css

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

 a { background-color: rgb(100,117,142); }

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

border-color css

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

 span { border-color: rgb(100,117,142); }

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