#63758B

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

Shades of Waikawa Grey #63758B

Tints of Waikawa Grey #63758B

Color information

#63758B (or 0x63758B) is unknown color: approx Waikawa Grey. HEX triplet: 63, 75 and 8B. RGB value is (99,117,139). Sum of RGB (Red+Green+Blue) = 99+117+139=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #63758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63758B is #9C8A74. Grayscale: #727272. Windows color (decimal): -10259061 or 9139555. OLE color: 9139555.

HSL color Cylindrical-coordinate representation of color #63758B: hue angle of 213º 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 #63758B is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB99117139-
CMYK0.290.1600.45
HSL213º16.81%46.67%-
HSV(B)213º28.78%54.51%-
XYZ16.1717.2426.9-
YUV114.13142.04117.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.89%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=27.89%
G=32.96%
B=39.15%

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
Decimal991171390.290.1600.4521316.8146.67
Hex63758B1D1002Dd5112f
Octal14316521335200553252157
Binary1100011111010110001011111011000001011011101010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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