Html Css Color HEX #618C99 Horizon

📋 copy color: '#618C99'

red 97 ◦ green 140 ◦ blue 153

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

Shades of Horizon #618C99

Tints of Horizon #618C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.9%

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

R = 24.87%
G = 35.9%
B = 39.23%

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

#618C99 (or 0x618C99) is known color: Horizon. HEX triplet: 61, 8C and 99. RGB value is (97,140,153). Sum of RGB (Red+Green+Blue) = 97+140+153=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #618C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618C99 is #9E7366. Grayscale: #808080. Windows color (decimal): -10384231 or 10062945. OLE color: 10062945.

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

Color convert

RGB 97 140 153 -
CMYK 0.37 0.08 0 0.4
HSL 193.93º 0.22% 0.49% -
HSV(B) 193.93º 0.37% 0.6% -
XYZ 20.06 23.6 33.63 -
YUV 128.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 97 140 153 0.37 0.08 0 0.4 193.93 0.22 0.49
Hex 61 8C 99 25 8 0 28 C2 16 31
Octal 141 214 231 45 10 0 50 302 26 61
Binary 1100001 10001100 10011001 100101 1000 0 101000 11000010 10110 110001

Color Harmonies of #618C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618C99

Black with #618C99

Text Example


Text Example

White with #618C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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