Html Css Color HEX #64779A Waikawa Grey

📋 copy color: '#64779A'

red 100 ◦ green 119 ◦ blue 154

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

Shades of Waikawa Grey #64779A

Tints of Waikawa Grey #64779A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.9%

 BLUE value IS 154 (60.55% from 255) = 41.29%

R = 26.81%
G = 31.9%
B = 41.29%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64779A (or 0x64779A) is known color: Waikawa Grey. HEX triplet: 64, 77 and 9A. RGB value is (100,119,154). Sum of RGB (Red+Green+Blue) = 100+119+154=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #64779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64779A is #9B8865. Grayscale: #757575. Windows color (decimal): -10192998 or 10123108. OLE color: 10123108.

HSL color Cylindrical-coordinate representation of color #64779A: hue angle of 218.89º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64779A is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 119 154 -
CMYK 0.35 0.23 0 0.40
HSL 218.89º 0.21% 0.5% -
HSV(B) 218.89º 0.35% 0.6% -
XYZ 17.69 18.24 33.16 -
YUV 117.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 100 119 154 0.35 0.23 0 0.40 218.89 0.21 0.5
Hex 64 77 9A 23 17 0 28 DB 15 32
Octal 144 167 232 43 27 0 50 333 25 62
Binary 1100100 1110111 10011010 100011 10111 0 101000 11011011 10101 110010

Color Harmonies of #64779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64779A

Black with #64779A

Text Example


Text Example

White with #64779A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64779A; }

 p { color: rgb(100,119,154); }

 H1.HeaderClassName
 {
   color: #64779A;
 }
 .AnyTagClassName
 {
   color: #64779A;
 }
</style>

background-color css

<style>
 a { background-color: #64779A; }

 a { background-color: rgb(100,119,154); }

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

border-color css

<style>
 span { border-color: #64779A; }

 span { border-color: rgb(100,119,154); }

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