#61879C

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

Shades of Horizon #61879C

Tints of Horizon #61879C

Color information

#61879C (or 0x61879C) is unknown color: approx Horizon. HEX triplet: 61, 87 and 9C. RGB value is (97,135,156). Sum of RGB (Red+Green+Blue) = 97+135+156=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #61879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61879C is #9E7863. Grayscale: #7D7D7D. Windows color (decimal): -10385508 or 10258273. OLE color: 10258273.

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

Color convert

RGB97135156-
CMYK0.380.1300.39
HSL201.36º23.32%49.61%-
HSV(B)201.36º37.82%61.18%-
XYZ19.5922.2734.72-
YUV126.03144.91107.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25%
GREEN value IS 135 (53.12% from 255) = 34.79%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=25%
G=34.79%
B=40.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971351560.380.1300.39201.3623.3249.61
Hex61879C26D027c91732
Octal14120723446150473112762
Binary11000011000011110011100100110110101001111100100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,135,156); }

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

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

 a { background-color: rgb(97,135,156); }

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

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

 span { border-color: rgb(97,135,156); }

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