Html Css Color HEX #618E9B Horizon

📋 copy color: '#618E9B'

red 97 ◦ green 142 ◦ blue 155

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

Shades of Horizon #618E9B

Tints of Horizon #618E9B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.04%

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

R = 24.62%
G = 36.04%
B = 39.34%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#618E9B (or 0x618E9B) is known color: Horizon. HEX triplet: 61, 8E and 9B. RGB value is (97,142,155). Sum of RGB (Red+Green+Blue) = 97+142+155=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #618E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618E9B is #9E7164. Grayscale: #818181. Windows color (decimal): -10383717 or 10194529. OLE color: 10194529.

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

Color convert

RGB 97 142 155 -
CMYK 0.37 0.08 0 0.39
HSL 193.45º 0.23% 0.49% -
HSV(B) 193.45º 0.37% 0.61% -
XYZ 20.52 24.25 34.61 -
YUV 130.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 97 142 155 0.37 0.08 0 0.39 193.45 0.23 0.49
Hex 61 8E 9B 25 8 0 27 C1 17 31
Octal 141 216 233 45 10 0 47 301 27 61
Binary 1100001 10001110 10011011 100101 1000 0 100111 11000001 10111 110001

Color Harmonies of #618E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618E9B

Black with #618E9B

Text Example


Text Example

White with #618E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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