Html Css Color HEX #61848E Horizon

📋 copy color: '#61848E'

red 97 ◦ green 132 ◦ blue 142

#61848E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horizon #61848E

Tints of Horizon #61848E

RGB

 RED value IS 97 (38.28% from 255) = 26.15%

 GREEN value IS 132 (51.95% from 255) = 35.58%

 BLUE value IS 142 (55.86% from 255) = 38.27%

R = 26.15%
G = 35.58%
B = 38.27%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61848E (or 0x61848E) is known color: Horizon. HEX triplet: 61, 84 and 8E. RGB value is (97,132,142). Sum of RGB (Red+Green+Blue) = 97+132+142=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #61848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61848E is #9E7B71. Grayscale: #7A7A7A. Windows color (decimal): -10386290 or 9340001. OLE color: 9340001.

HSL color Cylindrical-coordinate representation of color #61848E: hue angle of 193.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61848E is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 132 142 -
CMYK 0.32 0.07 0 0.44
HSL 193.33º 0.19% 0.47% -
HSV(B) 193.33º 0.32% 0.56% -
XYZ 18.06 21 28.69 -
YUV 122.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 97 132 142 0.32 0.07 0 0.44 193.33 0.19 0.47
Hex 61 84 8E 20 7 0 2C C1 13 2F
Octal 141 204 216 40 7 0 54 301 23 57
Binary 1100001 10000100 10001110 100000 111 0 101100 11000001 10011 101111

Color Harmonies of #61848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61848E

Black with #61848E

Text Example


Text Example

White with #61848E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61848E;
 }
 .AnyTagClassName
 {
   color: #61848E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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