#63758C

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

Shades of Waikawa Grey #63758C

Tints of Waikawa Grey #63758C

Color information

#63758C (or 0x63758C) is unknown color: approx Waikawa Grey. HEX triplet: 63, 75 and 8C. RGB value is (99,117,140). Sum of RGB (Red+Green+Blue) = 99+117+140=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #63758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63758C is #9C8A73. Grayscale: #727272. Windows color (decimal): -10259060 or 9205091. OLE color: 9205091.

HSL color Cylindrical-coordinate representation of color #63758C: hue angle of 213.66º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63758C is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB99117140-
CMYK0.290.1600.45
HSL213.66º17.15%46.86%-
HSV(B)213.66º29.29%54.9%-
XYZ16.2417.2727.29-
YUV114.24142.54117.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.81%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 140 (55.08% from 255) = 39.33%
R=27.81%
G=32.87%
B=39.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991171400.290.1600.45213.6617.1546.86
Hex63758C1D1002Dd6112f
Octal14316521435200553262157
Binary1100011111010110001100111011000001011011101011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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