#63779F

Color #63779F Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #63779F

Tints of Waikawa Grey #63779F

Color information

#63779F (or 0x63779F) is unknown color: approx Waikawa Grey. HEX triplet: 63, 77 and 9F. RGB value is (99,119,159). Sum of RGB (Red+Green+Blue) = 99+119+159=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 119 (46.88% from 255 or 31.56% 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 #63779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63779F is #9C8860. Grayscale: #757575. Windows color (decimal): -10258529 or 10450787. OLE color: 10450787.

HSL color Cylindrical-coordinate representation of color #63779F: hue angle of 220º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63779F is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99119159-
CMYK0.380.2500.38
HSL220º23.81%50.59%-
HSV(B)220º37.74%62.35%-
XYZ1818.3535.39-
YUV117.58151.37114.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.26%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=26.26%
G=31.56%
B=42.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991191590.380.2500.3822023.8150.59
Hex63779F2619026dc1833
Octal14316723746310463343063
Binary11000111110111100111111001101100101001101101110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,119,159); }

 H1.HeaderClassName
 {
   color: #63779F;
 }
 .AnyTagClassName
 {
   color: #63779F;
 }
</style>
background-color css

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

 a { background-color: rgb(99,119,159); }

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

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

 span { border-color: rgb(99,119,159); }

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