Html Css Color HEX #64799F Waikawa Grey

📋 copy color: '#64799F'

red 100 ◦ green 121 ◦ blue 159

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

Shades of Waikawa Grey #64799F

Tints of Waikawa Grey #64799F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.84%

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

R = 26.32%
G = 31.84%
B = 41.84%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64799F (or 0x64799F) is known color: Waikawa Grey. HEX triplet: 64, 79 and 9F. RGB value is (100,121,159). Sum of RGB (Red+Green+Blue) = 100+121+159=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #64799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64799F is #9B8660. Grayscale: #767676. Windows color (decimal): -10192481 or 10451300. OLE color: 10451300.

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

Color convert

RGB 100 121 159 -
CMYK 0.37 0.24 0 0.38
HSL 218.64º 0.24% 0.51% -
HSV(B) 218.64º 0.37% 0.62% -
XYZ 18.35 18.89 35.48 -
YUV 119.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 100 121 159 0.37 0.24 0 0.38 218.64 0.24 0.51
Hex 64 79 9F 25 18 0 26 DB 18 33
Octal 144 171 237 45 30 0 46 333 30 63
Binary 1100100 1111001 10011111 100101 11000 0 100110 11011011 11000 110011

Color Harmonies of #64799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64799F

Black with #64799F

Text Example


Text Example

White with #64799F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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