Html Css Color HEX #64748E Waikawa Grey

📋 copy color: '#64748E'

red 100 ◦ green 116 ◦ blue 142

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

Shades of Waikawa Grey #64748E

Tints of Waikawa Grey #64748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

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

R = 27.93%
G = 32.4%
B = 39.66%

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

#64748E (or 0x64748E) is known color: Waikawa Grey. HEX triplet: 64, 74 and 8E. RGB value is (100,116,142). Sum of RGB (Red+Green+Blue) = 100+116+142=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #64748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64748E is #9B8B71. Grayscale: #727272. Windows color (decimal): -10193778 or 9335908. OLE color: 9335908.

HSL color Cylindrical-coordinate representation of color #64748E: hue angle of 217.14º 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 #64748E is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 116 142 -
CMYK 0.30 0.18 0 0.44
HSL 217.14º 0.17% 0.47% -
HSV(B) 217.14º 0.3% 0.56% -
XYZ 16.38 17.15 28.04 -
YUV 114.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 100 116 142 0.30 0.18 0 0.44 217.14 0.17 0.47
Hex 64 74 8E 1E 12 0 2C D9 11 2F
Octal 144 164 216 36 22 0 54 331 21 57
Binary 1100100 1110100 10001110 11110 10010 0 101100 11011001 10001 101111

Color Harmonies of #64748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64748E

Black with #64748E

Text Example


Text Example

White with #64748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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