#63759E

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

Shades of Waikawa Grey #63759E

Tints of Waikawa Grey #63759E

Color information

#63759E (or 0x63759E) is unknown color: approx Waikawa Grey. HEX triplet: 63, 75 and 9E. RGB value is (99,117,158). Sum of RGB (Red+Green+Blue) = 99+117+158=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #63759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63759E is #9C8A61. Grayscale: #747474. Windows color (decimal): -10259042 or 10384739. OLE color: 10384739.

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

Color convert

RGB99117158-
CMYK0.370.2600.38
HSL221.69º23.32%50.39%-
HSV(B)221.69º37.34%61.96%-
XYZ17.6817.8434.86-
YUV116.29151.54115.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.47%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=26.47%
G=31.28%
B=42.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991171580.370.2600.38221.6923.3250.39
Hex63759E251A026de1732
Octal14316523645320463362762
Binary11000111110101100111101001011101001001101101111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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