Html Css Color HEX #618D99 Horizon

📋 copy color: '#618D99'

red 97 ◦ green 141 ◦ blue 153

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

Shades of Horizon #618D99

Tints of Horizon #618D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.06%

 BLUE value IS 153 (60.16% from 255) = 39.13%

R = 24.81%
G = 36.06%
B = 39.13%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#618D99 (or 0x618D99) is known color: Horizon. HEX triplet: 61, 8D and 99. RGB value is (97,141,153). Sum of RGB (Red+Green+Blue) = 97+141+153=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #618D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618D99 is #9E7266. Grayscale: #818181. Windows color (decimal): -10383975 or 10063201. OLE color: 10063201.

HSL color Cylindrical-coordinate representation of color #618D99: hue angle of 192.86º degrees, saturation: 0.22, 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 #618D99 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 141 153 -
CMYK 0.37 0.08 0 0.4
HSL 192.86º 0.22% 0.49% -
HSV(B) 192.86º 0.37% 0.6% -
XYZ 20.2 23.89 33.68 -
YUV 129.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 97 141 153 0.37 0.08 0 0.4 192.86 0.22 0.49
Hex 61 8D 99 25 8 0 28 C1 16 31
Octal 141 215 231 45 10 0 50 301 26 61
Binary 1100001 10001101 10011001 100101 1000 0 101000 11000001 10110 110001

Color Harmonies of #618D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D99

Black with #618D99

Text Example


Text Example

White with #618D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618D99; }

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

 H1.HeaderClassName
 {
   color: #618D99;
 }
 .AnyTagClassName
 {
   color: #618D99;
 }
</style>

background-color css

<style>
 a { background-color: #618D99; }

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

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

border-color css

<style>
 span { border-color: #618D99; }

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

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