#63779B

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

Shades of Waikawa Grey #63779B

Tints of Waikawa Grey #63779B

Color information

#63779B (or 0x63779B) is unknown color: approx Waikawa Grey. HEX triplet: 63, 77 and 9B. RGB value is (99,119,155). Sum of RGB (Red+Green+Blue) = 99+119+155=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #63779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63779B is #9C8864. Grayscale: #747474. Windows color (decimal): -10258533 or 10188643. OLE color: 10188643.

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

Color convert

RGB99119155-
CMYK0.360.2300.39
HSL218.57º22.05%49.8%-
HSV(B)218.57º36.13%60.78%-
XYZ17.6618.2133.6-
YUV117.12149.37115.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=26.54%
G=31.90%
B=41.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991191550.360.2300.39218.5722.0549.8
Hex63779B2417027db1632
Octal14316723344270473332662
Binary11000111110111100110111001001011101001111101101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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