#63759D

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

Shades of Waikawa Grey #63759D

Tints of Waikawa Grey #63759D

Color information

#63759D (or 0x63759D) is unknown color: approx Waikawa Grey. HEX triplet: 63, 75 and 9D. RGB value is (99,117,157). Sum of RGB (Red+Green+Blue) = 99+117+157=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #63759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63759D is #9C8A62. Grayscale: #747474. Windows color (decimal): -10259043 or 10319203. OLE color: 10319203.

HSL color Cylindrical-coordinate representation of color #63759D: hue angle of 221.38º 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 #63759D is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99117157-
CMYK0.370.2500.38
HSL221.38º22.83%50.2%-
HSV(B)221.38º36.94%61.57%-
XYZ17.5917.8134.41-
YUV116.18151.04115.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=26.54%
G=31.37%
B=42.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991171570.370.2500.38221.3822.8350.2
Hex63759D2519026dd1732
Octal14316523545310463352762
Binary11000111110101100111011001011100101001101101110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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