Html Css Color HEX #618D9F Horizon

📋 copy color: '#618D9F'

red 97 ◦ green 141 ◦ blue 159

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

Shades of Horizon #618D9F

Tints of Horizon #618D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.05%

R = 24.43%
G = 35.52%
B = 40.05%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#618D9F (or 0x618D9F) is known color: Horizon. HEX triplet: 61, 8D and 9F. RGB value is (97,141,159). Sum of RGB (Red+Green+Blue) = 97+141+159=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #618D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618D9F is #9E7260. Grayscale: #818181. Windows color (decimal): -10383969 or 10456417. OLE color: 10456417.

HSL color Cylindrical-coordinate representation of color #618D9F: hue angle of 197.42º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #618D9F is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 141 159 -
CMYK 0.39 0.11 0 0.38
HSL 197.42º 0.24% 0.5% -
HSV(B) 197.42º 0.39% 0.62% -
XYZ 20.71 24.09 36.36 -
YUV 129.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 97 141 159 0.39 0.11 0 0.38 197.42 0.24 0.5
Hex 61 8D 9F 27 B 0 26 C5 18 32
Octal 141 215 237 47 13 0 46 305 30 62
Binary 1100001 10001101 10011111 100111 1011 0 100110 11000101 11000 110010

Color Harmonies of #618D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D9F

Black with #618D9F

Text Example


Text Example

White with #618D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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