Html Css Color HEX #61879A Horizon

📋 copy color: '#61879A'

red 97 ◦ green 135 ◦ blue 154

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

Shades of Horizon #61879A

Tints of Horizon #61879A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.97%

 BLUE value IS 154 (60.55% from 255) = 39.9%

R = 25.13%
G = 34.97%
B = 39.9%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#61879A (or 0x61879A) is known color: Horizon. HEX triplet: 61, 87 and 9A. RGB value is (97,135,154). Sum of RGB (Red+Green+Blue) = 97+135+154=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #61879A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61879A is #9E7865. Grayscale: #7D7D7D. Windows color (decimal): -10385510 or 10127201. OLE color: 10127201.

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

Color convert

RGB 97 135 154 -
CMYK 0.37 0.12 0 0.40
HSL 200º 0.23% 0.49% -
HSV(B) 200º 0.37% 0.6% -
XYZ 19.43 22.2 33.83 -
YUV 125.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 97 135 154 0.37 0.12 0 0.40 200 0.23 0.49
Hex 61 87 9A 25 C 0 28 C8 17 31
Octal 141 207 232 45 14 0 50 310 27 61
Binary 1100001 10000111 10011010 100101 1100 0 101000 11001000 10111 110001

Color Harmonies of #61879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61879A

Black with #61879A

Text Example


Text Example

White with #61879A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61879A;
 }
 .AnyTagClassName
 {
   color: #61879A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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