#63789B

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

Shades of Waikawa Grey #63789B

Tints of Waikawa Grey #63789B

Color information

#63789B (or 0x63789B) is unknown color: approx Waikawa Grey. HEX triplet: 63, 78 and 9B. RGB value is (99,120,155). Sum of RGB (Red+Green+Blue) = 99+120+155=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #63789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63789B is #9C8764. Grayscale: #757575. Windows color (decimal): -10258277 or 10188899. OLE color: 10188899.

HSL color Cylindrical-coordinate representation of color #63789B: hue angle of 217.5º 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 #63789B is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99120155-
CMYK0.360.2300.39
HSL217.5º22.05%49.8%-
HSV(B)217.5º36.13%60.78%-
XYZ17.7818.4533.63-
YUV117.71149.04114.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.47%
GREEN value IS 120 (47.27% from 255) = 32.09%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=26.47%
G=32.09%
B=41.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991201550.360.2300.39217.522.0549.8
Hex63789B2417027da1632
Octal14317023344270473322662
Binary11000111111000100110111001001011101001111101101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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