Html Css Color HEX #64749E Waikawa Grey

📋 copy color: '#64749E'

red 100 ◦ green 116 ◦ blue 158

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

Shades of Waikawa Grey #64749E

Tints of Waikawa Grey #64749E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.25%

R = 26.74%
G = 31.02%
B = 42.25%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64749E (or 0x64749E) is known color: Waikawa Grey. HEX triplet: 64, 74 and 9E. RGB value is (100,116,158). Sum of RGB (Red+Green+Blue) = 100+116+158=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #64749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64749E is #9B8B61. Grayscale: #737373. Windows color (decimal): -10193762 or 10384484. OLE color: 10384484.

HSL color Cylindrical-coordinate representation of color #64749E: hue angle of 223.45º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64749E is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 116 158 -
CMYK 0.37 0.27 0 0.38
HSL 223.45º 0.23% 0.51% -
HSV(B) 223.45º 0.37% 0.62% -
XYZ 17.67 17.67 34.83 -
YUV 116 151.7 116.58 -
System Red Green Blue C M Y K H S L
Decimal 100 116 158 0.37 0.27 0 0.38 223.45 0.23 0.51
Hex 64 74 9E 25 1B 0 26 DF 17 33
Octal 144 164 236 45 33 0 46 337 27 63
Binary 1100100 1110100 10011110 100101 11011 0 100110 11011111 10111 110011

Color Harmonies of #64749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64749E

Black with #64749E

Text Example


Text Example

White with #64749E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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