#61909A

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

Shades of Horizon #61909A

Tints of Horizon #61909A

Color information

#61909A (or 0x61909A) is unknown color: approx Horizon. HEX triplet: 61, 90 and 9A. RGB value is (97,144,154). Sum of RGB (Red+Green+Blue) = 97+144+154=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 154 - color contains mainly: blue. Hex color #61909A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61909A is #9E6F65. Grayscale: #838383. Windows color (decimal): -10383206 or 10129505. OLE color: 10129505.

HSL color Cylindrical-coordinate representation of color #61909A: hue angle of 190.53º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61909A is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB97144154-
CMYK0.370.0600.40
HSL190.53º22.71%49.22%-
HSV(B)190.53º37.01%60.39%-
XYZ20.7424.8234.27-
YUV131.09140.93103.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=24.56%
G=36.46%
B=38.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971441540.370.0600.40190.5322.7149.22
Hex61909A256028bf1731
Octal1412202324560502772761
Binary1100001100100001001101010010111001010001011111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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