Html Css Color HEX #64779F Waikawa Grey

📋 copy color: '#64779F'

red 100 ◦ green 119 ◦ blue 159

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

Shades of Waikawa Grey #64779F

Tints of Waikawa Grey #64779F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.06%

R = 26.46%
G = 31.48%
B = 42.06%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64779F (or 0x64779F) is known color: Waikawa Grey. HEX triplet: 64, 77 and 9F. RGB value is (100,119,159). Sum of RGB (Red+Green+Blue) = 100+119+159=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #64779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64779F is #9B8860. Grayscale: #757575. Windows color (decimal): -10192993 or 10450788. OLE color: 10450788.

HSL color Cylindrical-coordinate representation of color #64779F: hue angle of 220.68º degrees, saturation: 0.24, 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 #64779F is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 119 159 -
CMYK 0.37 0.25 0 0.38
HSL 220.68º 0.24% 0.51% -
HSV(B) 220.68º 0.37% 0.62% -
XYZ 18.11 18.41 35.4 -
YUV 117.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 100 119 159 0.37 0.25 0 0.38 220.68 0.24 0.51
Hex 64 77 9F 25 19 0 26 DD 18 33
Octal 144 167 237 45 31 0 46 335 30 63
Binary 1100100 1110111 10011111 100101 11001 0 100110 11011101 11000 110011

Color Harmonies of #64779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64779F

Black with #64779F

Text Example


Text Example

White with #64779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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