Html Css Color HEX #64749D Waikawa Grey

📋 copy color: '#64749D'

red 100 ◦ green 116 ◦ blue 157

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

Shades of Waikawa Grey #64749D

Tints of Waikawa Grey #64749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 26.81%
G = 31.1%
B = 42.09%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64749D (or 0x64749D) is known color: Waikawa Grey. HEX triplet: 64, 74 and 9D. RGB value is (100,116,157). Sum of RGB (Red+Green+Blue) = 100+116+157=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #64749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64749D is #9B8B62. Grayscale: #737373. Windows color (decimal): -10193763 or 10318948. OLE color: 10318948.

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

Color convert

RGB 100 116 157 -
CMYK 0.36 0.26 0 0.38
HSL 223.16º 0.23% 0.5% -
HSV(B) 223.16º 0.36% 0.62% -
XYZ 17.59 17.63 34.38 -
YUV 115.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 100 116 157 0.36 0.26 0 0.38 223.16 0.23 0.5
Hex 64 74 9D 24 1A 0 26 DF 17 32
Octal 144 164 235 44 32 0 46 337 27 62
Binary 1100100 1110100 10011101 100100 11010 0 100110 11011111 10111 110010

Color Harmonies of #64749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64749D

Black with #64749D

Text Example


Text Example

White with #64749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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