Html Css Color HEX #64749C Waikawa Grey

📋 copy color: '#64749C'

red 100 ◦ green 116 ◦ blue 156

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

Shades of Waikawa Grey #64749C

Tints of Waikawa Grey #64749C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 26.88%
G = 31.18%
B = 41.94%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64749C (or 0x64749C) is known color: Waikawa Grey. HEX triplet: 64, 74 and 9C. RGB value is (100,116,156). Sum of RGB (Red+Green+Blue) = 100+116+156=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #64749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64749C is #9B8B63. Grayscale: #737373. Windows color (decimal): -10193764 or 10253412. OLE color: 10253412.

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

Color convert

RGB 100 116 156 -
CMYK 0.36 0.26 0 0.39
HSL 222.86º 0.22% 0.5% -
HSV(B) 222.86º 0.36% 0.61% -
XYZ 17.5 17.6 33.93 -
YUV 115.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 100 116 156 0.36 0.26 0 0.39 222.86 0.22 0.5
Hex 64 74 9C 24 1A 0 27 DF 16 32
Octal 144 164 234 44 32 0 47 337 26 62
Binary 1100100 1110100 10011100 100100 11010 0 100111 11011111 10110 110010

Color Harmonies of #64749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64749C

Black with #64749C

Text Example


Text Example

White with #64749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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