#63759C

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

Shades of Waikawa Grey #63759C

Tints of Waikawa Grey #63759C

Color information

#63759C (or 0x63759C) is unknown color: approx Waikawa Grey. HEX triplet: 63, 75 and 9C. RGB value is (99,117,156). Sum of RGB (Red+Green+Blue) = 99+117+156=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #63759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63759C is #9C8A63. Grayscale: #737373. Windows color (decimal): -10259044 or 10253667. OLE color: 10253667.

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

Color convert

RGB99117156-
CMYK0.370.2500.39
HSL221.05º22.35%50%-
HSV(B)221.05º36.54%61.18%-
XYZ17.5117.7833.96-
YUV116.06150.54115.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.61%
GREEN value IS 117 (46.09% from 255) = 31.45%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=26.61%
G=31.45%
B=41.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991171560.370.2500.39221.0522.3550
Hex63759C2519027dd1632
Octal14316523445310473352662
Binary11000111110101100111001001011100101001111101110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,117,156); }

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

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

 a { background-color: rgb(99,117,156); }

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

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

 span { border-color: rgb(99,117,156); }

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