#63749E

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

Shades of Waikawa Grey #63749E

Tints of Waikawa Grey #63749E

Color information

#63749E (or 0x63749E) is unknown color: approx Waikawa Grey. HEX triplet: 63, 74 and 9E. RGB value is (99,116,158). Sum of RGB (Red+Green+Blue) = 99+116+158=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #63749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63749E is #9C8B61. Grayscale: #737373. Windows color (decimal): -10259298 or 10384483. OLE color: 10384483.

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

Color convert

RGB99116158-
CMYK0.370.2700.38
HSL222.71º23.32%50.39%-
HSV(B)222.71º37.34%61.96%-
XYZ17.5617.6134.82-
YUV115.7151.87116.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=26.54%
G=31.10%
B=42.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991161580.370.2700.38222.7123.3250.39
Hex63749E251B026df1732
Octal14316423645330463372762
Binary11000111110100100111101001011101101001101101111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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