#63749A

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

Shades of Waikawa Grey #63749A

Tints of Waikawa Grey #63749A

Color information

#63749A (or 0x63749A) is unknown color: approx Waikawa Grey. HEX triplet: 63, 74 and 9A. RGB value is (99,116,154). Sum of RGB (Red+Green+Blue) = 99+116+154=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 154 - color contains mainly: blue. Hex color #63749A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63749A is #9C8B65. Grayscale: #737373. Windows color (decimal): -10259302 or 10122339. OLE color: 10122339.

HSL color Cylindrical-coordinate representation of color #63749A: hue angle of 221.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63749A is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB99116154-
CMYK0.360.2500.40
HSL221.45º21.74%49.61%-
HSV(B)221.45º35.71%60.39%-
XYZ17.2217.4833.04-
YUV115.25149.87116.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.83%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=26.83%
G=31.44%
B=41.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991161540.360.2500.40221.4521.7449.61
Hex63749A2419028dd1632
Octal14316423244310503352662
Binary11000111110100100110101001001100101010001101110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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