#63799D

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

Shades of Waikawa Grey #63799D

Tints of Waikawa Grey #63799D

Color information

#63799D (or 0x63799D) is unknown color: approx Waikawa Grey. HEX triplet: 63, 79 and 9D. RGB value is (99,121,157). Sum of RGB (Red+Green+Blue) = 99+121+157=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #63799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63799D is #9C8662. Grayscale: #767676. Windows color (decimal): -10258019 or 10320227. OLE color: 10320227.

HSL color Cylindrical-coordinate representation of color #63799D: hue angle of 217.24º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63799D is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99121157-
CMYK0.370.2300.38
HSL217.24º22.83%50.2%-
HSV(B)217.24º36.94%61.57%-
XYZ18.0718.7634.57-
YUV118.53149.71114.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.26%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=26.26%
G=32.10%
B=41.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991211570.370.2300.38217.2422.8350.2
Hex63799D2517026d91732
Octal14317123545270463312762
Binary11000111111001100111011001011011101001101101100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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