#61909F

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

Shades of Horizon #61909F

Tints of Horizon #61909F

Color information

#61909F (or 0x61909F) is unknown color: approx Horizon. HEX triplet: 61, 90 and 9F. RGB value is (97,144,159). Sum of RGB (Red+Green+Blue) = 97+144+159=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #61909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61909F is #9E6F60. Grayscale: #838383. Windows color (decimal): -10383201 or 10457185. OLE color: 10457185.

HSL color Cylindrical-coordinate representation of color #61909F: hue angle of 194.52º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61909F is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97144159-
CMYK0.390.0900.38
HSL194.52º24.41%50.2%-
HSV(B)194.52º38.99%62.35%-
XYZ21.1624.9936.51-
YUV131.66143.43103.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.25%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=24.25%
G=36%
B=39.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971441590.390.0900.38194.5224.4150.2
Hex61909F279026c31832
Octal14122023747110463033062
Binary11000011001000010011111100111100101001101100001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61909F; }

 p { color: rgb(97,144,159); }

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

<style>
 a { background-color: #61909F; }

 a { background-color: rgb(97,144,159); }

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

<style>
 span { border-color: #61909F; }

 span { border-color: rgb(97,144,159); }

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