#63869C

Color #63869C Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #63869C

Tints of Bermuda Grey #63869C

Color information

#63869C (or 0x63869C) is unknown color: approx Bermuda Grey. HEX triplet: 63, 86 and 9C. RGB value is (99,134,156). Sum of RGB (Red+Green+Blue) = 99+134+156=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #63869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63869C is #9C7963. Grayscale: #7D7D7D. Windows color (decimal): -10254692 or 10258019. OLE color: 10258019.

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

Color convert

RGB99134156-
CMYK0.370.1400.39
HSL203.16º22.35%50%-
HSV(B)203.16º36.54%61.18%-
XYZ19.6722.134.68-
YUV126.04144.9108.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.45%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=25.45%
G=34.45%
B=40.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991341560.370.1400.39203.1622.3550
Hex63869C25E027cb1632
Octal14320623445160473132662
Binary11000111000011010011100100101111001001111100101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63869C; }

 p { color: rgb(99,134,156); }

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

<style>
 a { background-color: #63869C; }

 a { background-color: rgb(99,134,156); }

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

<style>
 span { border-color: #63869C; }

 span { border-color: rgb(99,134,156); }

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