Html Css Color HEX #61859B Horizon

📋 copy color: '#61859B'

red 97 ◦ green 133 ◦ blue 155

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

Shades of Horizon #61859B

Tints of Horizon #61859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 25.19%
G = 34.55%
B = 40.26%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61859B (or 0x61859B) is known color: Horizon. HEX triplet: 61, 85 and 9B. RGB value is (97,133,155). Sum of RGB (Red+Green+Blue) = 97+133+155=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #61859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61859B is #9E7A64. Grayscale: #7C7C7C. Windows color (decimal): -10386021 or 10192225. OLE color: 10192225.

HSL color Cylindrical-coordinate representation of color #61859B: hue angle of 202.76º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61859B is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 133 155 -
CMYK 0.37 0.14 0 0.39
HSL 202.76º 0.23% 0.49% -
HSV(B) 202.76º 0.37% 0.61% -
XYZ 19.23 21.68 34.18 -
YUV 124.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 97 133 155 0.37 0.14 0 0.39 202.76 0.23 0.49
Hex 61 85 9B 25 E 0 27 CB 17 31
Octal 141 205 233 45 16 0 47 313 27 61
Binary 1100001 10000101 10011011 100101 1110 0 100111 11001011 10111 110001

Color Harmonies of #61859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61859B

Black with #61859B

Text Example


Text Example

White with #61859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61859B; }

 p { color: rgb(97,133,155); }

 H1.HeaderClassName
 {
   color: #61859B;
 }
 .AnyTagClassName
 {
   color: #61859B;
 }
</style>

background-color css

<style>
 a { background-color: #61859B; }

 a { background-color: rgb(97,133,155); }

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

border-color css

<style>
 span { border-color: #61859B; }

 span { border-color: rgb(97,133,155); }

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