Html Css Color HEX #64799C Waikawa Grey

📋 copy color: '#64799C'

red 100 ◦ green 121 ◦ blue 156

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

Shades of Waikawa Grey #64799C

Tints of Waikawa Grey #64799C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 26.53%
G = 32.1%
B = 41.38%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64799C (or 0x64799C) is known color: Waikawa Grey. HEX triplet: 64, 79 and 9C. RGB value is (100,121,156). Sum of RGB (Red+Green+Blue) = 100+121+156=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #64799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64799C is #9B8663. Grayscale: #767676. Windows color (decimal): -10192484 or 10254692. OLE color: 10254692.

HSL color Cylindrical-coordinate representation of color #64799C: hue angle of 217.5º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64799C is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 121 156 -
CMYK 0.36 0.22 0 0.39
HSL 217.5º 0.22% 0.5% -
HSV(B) 217.5º 0.36% 0.61% -
XYZ 18.09 18.78 34.12 -
YUV 118.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 100 121 156 0.36 0.22 0 0.39 217.5 0.22 0.5
Hex 64 79 9C 24 16 0 27 DA 16 32
Octal 144 171 234 44 26 0 47 332 26 62
Binary 1100100 1111001 10011100 100100 10110 0 100111 11011010 10110 110010

Color Harmonies of #64799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64799C

Black with #64799C

Text Example


Text Example

White with #64799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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