Html Css Color HEX #64799A Waikawa Grey

📋 copy color: '#64799A'

red 100 ◦ green 121 ◦ blue 154

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

Shades of Waikawa Grey #64799A

Tints of Waikawa Grey #64799A

RGB

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

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

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

R = 26.67%
G = 32.27%
B = 41.07%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64799A (or 0x64799A) is known color: Waikawa Grey. HEX triplet: 64, 79 and 9A. RGB value is (100,121,154). Sum of RGB (Red+Green+Blue) = 100+121+154=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #64799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64799A is #9B8665. Grayscale: #767676. Windows color (decimal): -10192486 or 10123620. OLE color: 10123620.

HSL color Cylindrical-coordinate representation of color #64799A: hue angle of 216.67º 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 #64799A is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 121 154 -
CMYK 0.35 0.21 0 0.40
HSL 216.67º 0.21% 0.5% -
HSV(B) 216.67º 0.35% 0.6% -
XYZ 17.93 18.72 33.24 -
YUV 118.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 100 121 154 0.35 0.21 0 0.40 216.67 0.21 0.5
Hex 64 79 9A 23 15 0 28 D9 15 32
Octal 144 171 232 43 25 0 50 331 25 62
Binary 1100100 1111001 10011010 100011 10101 0 101000 11011001 10101 110010

Color Harmonies of #64799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64799A

Black with #64799A

Text Example


Text Example

White with #64799A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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