Html Css Color HEX #64769F Waikawa Grey

📋 copy color: '#64769F'

red 100 ◦ green 118 ◦ blue 159

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

Shades of Waikawa Grey #64769F

Tints of Waikawa Grey #64769F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

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

R = 26.53%
G = 31.3%
B = 42.18%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64769F (or 0x64769F) is known color: Waikawa Grey. HEX triplet: 64, 76 and 9F. RGB value is (100,118,159). Sum of RGB (Red+Green+Blue) = 100+118+159=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #64769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64769F is #9B8960. Grayscale: #757575. Windows color (decimal): -10193249 or 10450532. OLE color: 10450532.

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

Color convert

RGB 100 118 159 -
CMYK 0.37 0.26 0 0.38
HSL 221.69º 0.24% 0.51% -
HSV(B) 221.69º 0.37% 0.62% -
XYZ 17.99 18.17 35.36 -
YUV 117.29 151.54 115.67 -
System Red Green Blue C M Y K H S L
Decimal 100 118 159 0.37 0.26 0 0.38 221.69 0.24 0.51
Hex 64 76 9F 25 1A 0 26 DE 18 33
Octal 144 166 237 45 32 0 46 336 30 63
Binary 1100100 1110110 10011111 100101 11010 0 100110 11011110 11000 110011

Color Harmonies of #64769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64769F

Black with #64769F

Text Example


Text Example

White with #64769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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