#61929A

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

Shades of Horizon #61929A

Tints of Horizon #61929A

Color information

#61929A (or 0x61929A) is unknown color: approx Horizon. HEX triplet: 61, 92 and 9A. RGB value is (97,146,154). Sum of RGB (Red+Green+Blue) = 97+146+154=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 154 - color contains mainly: blue. Hex color #61929A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61929A is #9E6D65. Grayscale: #848484. Windows color (decimal): -10382694 or 10130017. OLE color: 10130017.

HSL color Cylindrical-coordinate representation of color #61929A: hue angle of 188.42º 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 #61929A is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB97146154-
CMYK0.370.0500.40
HSL188.42º22.71%49.22%-
HSV(B)188.42º37.01%60.39%-
XYZ21.0425.4334.37-
YUV132.26140.27102.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.43%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 154 (60.55% from 255) = 38.79%
R=24.43%
G=36.78%
B=38.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971461540.370.0500.40188.4222.7149.22
Hex61929A255028bc1731
Octal1412222324550502742761
Binary1100001100100101001101010010110101010001011110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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