#61889B

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

Shades of Horizon #61889B

Tints of Horizon #61889B

Color information

#61889B (or 0x61889B) is unknown color: approx Horizon. HEX triplet: 61, 88 and 9B. RGB value is (97,136,155). Sum of RGB (Red+Green+Blue) = 97+136+155=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #61889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61889B is #9E7764. Grayscale: #7E7E7E. Windows color (decimal): -10385253 or 10192993. OLE color: 10192993.

HSL color Cylindrical-coordinate representation of color #61889B: hue angle of 199.66º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61889B is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97136155-
CMYK0.370.1200.39
HSL199.66º23.02%49.41%-
HSV(B)199.66º37.42%60.78%-
XYZ19.6522.5234.32-
YUV126.5144.08106.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25%
GREEN value IS 136 (53.52% from 255) = 35.05%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=25%
G=35.05%
B=39.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971361550.370.1200.39199.6623.0249.41
Hex61889B25C027c81731
Octal14121023345140473102761
Binary11000011000100010011011100101110001001111100100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,136,155); }

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

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

 a { background-color: rgb(97,136,155); }

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

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

 span { border-color: rgb(97,136,155); }

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