#63799A

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

Shades of Waikawa Grey #63799A

Tints of Waikawa Grey #63799A

Color information

#63799A (or 0x63799A) is unknown color: approx Waikawa Grey. HEX triplet: 63, 79 and 9A. RGB value is (99,121,154). Sum of RGB (Red+Green+Blue) = 99+121+154=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #63799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63799A is #9C8665. Grayscale: #767676. Windows color (decimal): -10258022 or 10123619. OLE color: 10123619.

HSL color Cylindrical-coordinate representation of color #63799A: hue angle of 216º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63799A is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB99121154-
CMYK0.360.2100.40
HSL216º21.74%49.61%-
HSV(B)216º35.71%60.39%-
XYZ17.8218.6633.23-
YUV118.18148.21114.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.47%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=26.47%
G=32.35%
B=41.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991211540.360.2100.4021621.7449.61
Hex63799A2415028d81632
Octal14317123244250503302662
Binary11000111111001100110101001001010101010001101100010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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