#63739D

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

Shades of Waikawa Grey #63739D

Tints of Waikawa Grey #63739D

Color information

#63739D (or 0x63739D) is unknown color: approx Waikawa Grey. HEX triplet: 63, 73 and 9D. RGB value is (99,115,157). Sum of RGB (Red+Green+Blue) = 99+115+157=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #63739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63739D is #9C8C62. Grayscale: #727272. Windows color (decimal): -10259555 or 10318691. OLE color: 10318691.

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

Color convert

RGB99115157-
CMYK0.370.2700.38
HSL223.45º22.83%50.2%-
HSV(B)223.45º36.94%61.57%-
XYZ17.3617.3534.33-
YUV115151.7116.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=26.68%
G=31.00%
B=42.32%

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
Decimal991151570.370.2700.38223.4522.8350.2
Hex63739D251B026df1732
Octal14316323545330463372762
Binary11000111110011100111011001011101101001101101111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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