#61848D

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

Shades of Horizon #61848D

Tints of Horizon #61848D

Color information

#61848D (or 0x61848D) is unknown color: approx Horizon. HEX triplet: 61, 84 and 8D. RGB value is (97,132,141). Sum of RGB (Red+Green+Blue) = 97+132+141=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #61848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61848D is #9E7B72. Grayscale: #7A7A7A. Windows color (decimal): -10386291 or 9274465. OLE color: 9274465.

HSL color Cylindrical-coordinate representation of color #61848D: hue angle of 192.27º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61848D is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97132141-
CMYK0.310.0600.45
HSL192.27º18.49%46.67%-
HSV(B)192.27º31.21%55.29%-
XYZ17.9920.9728.3-
YUV122.56138.4109.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=26.22%
G=35.68%
B=38.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971321410.310.0600.45192.2718.4946.67
Hex61848D1F602Dc0122f
Octal1412042153760553002257
Binary110000110000100100011011111111001011011100000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61848D; }

 p { color: rgb(97,132,141); }

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

<style>
 a { background-color: #61848D; }

 a { background-color: rgb(97,132,141); }

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

<style>
 span { border-color: #61848D; }

 span { border-color: rgb(97,132,141); }

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