Html Css Color HEX #64799B Waikawa Grey

📋 copy color: '#64799B'

red 100 ◦ green 121 ◦ blue 155

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

Shades of Waikawa Grey #64799B

Tints of Waikawa Grey #64799B

RGB

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

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

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

R = 26.6%
G = 32.18%
B = 41.22%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64799B (or 0x64799B) is known color: Waikawa Grey. HEX triplet: 64, 79 and 9B. RGB value is (100,121,155). Sum of RGB (Red+Green+Blue) = 100+121+155=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #64799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64799B is #9B8664. Grayscale: #767676. Windows color (decimal): -10192485 or 10189156. OLE color: 10189156.

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

Color convert

RGB 100 121 155 -
CMYK 0.35 0.22 0 0.39
HSL 217.09º 0.22% 0.5% -
HSV(B) 217.09º 0.35% 0.61% -
XYZ 18.01 18.75 33.68 -
YUV 118.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 100 121 155 0.35 0.22 0 0.39 217.09 0.22 0.5
Hex 64 79 9B 23 16 0 27 D9 16 32
Octal 144 171 233 43 26 0 47 331 26 62
Binary 1100100 1111001 10011011 100011 10110 0 100111 11011001 10110 110010

Color Harmonies of #64799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64799B

Black with #64799B

Text Example


Text Example

White with #64799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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