#63759B

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

Shades of Waikawa Grey #63759B

Tints of Waikawa Grey #63759B

Color information

#63759B (or 0x63759B) is unknown color: approx Waikawa Grey. HEX triplet: 63, 75 and 9B. RGB value is (99,117,155). Sum of RGB (Red+Green+Blue) = 99+117+155=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #63759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63759B is #9C8A64. Grayscale: #737373. Windows color (decimal): -10259045 or 10188131. OLE color: 10188131.

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

Color convert

RGB99117155-
CMYK0.360.2500.39
HSL220.71º22.05%49.8%-
HSV(B)220.71º36.13%60.78%-
XYZ17.4217.7433.52-
YUV115.95150.04115.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=26.68%
G=31.54%
B=41.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991171550.360.2500.39220.7122.0549.8
Hex63759B2419027dd1632
Octal14316523344310473352662
Binary11000111110101100110111001001100101001111101110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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