Html Css Color HEX #64779B Waikawa Grey

📋 copy color: '#64779B'

red 100 ◦ green 119 ◦ blue 155

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

Shades of Waikawa Grey #64779B

Tints of Waikawa Grey #64779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.44%

R = 26.74%
G = 31.82%
B = 41.44%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64779B (or 0x64779B) is known color: Waikawa Grey. HEX triplet: 64, 77 and 9B. RGB value is (100,119,155). Sum of RGB (Red+Green+Blue) = 100+119+155=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #64779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64779B is #9B8864. Grayscale: #757575. Windows color (decimal): -10192997 or 10188644. OLE color: 10188644.

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

Color convert

RGB 100 119 155 -
CMYK 0.35 0.23 0 0.39
HSL 219.27º 0.22% 0.5% -
HSV(B) 219.27º 0.35% 0.61% -
XYZ 17.77 18.27 33.6 -
YUV 117.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 100 119 155 0.35 0.23 0 0.39 219.27 0.22 0.5
Hex 64 77 9B 23 17 0 27 DB 16 32
Octal 144 167 233 43 27 0 47 333 26 62
Binary 1100100 1110111 10011011 100011 10111 0 100111 11011011 10110 110010

Color Harmonies of #64779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64779B

Black with #64779B

Text Example


Text Example

White with #64779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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