Html Css Color HEX #618897 Horizon

📋 copy color: '#618897'

red 97 ◦ green 136 ◦ blue 151

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

Shades of Horizon #618897

Tints of Horizon #618897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.42%

 BLUE value IS 151 (59.38% from 255) = 39.32%

R = 25.26%
G = 35.42%
B = 39.32%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#618897 (or 0x618897) is known color: Horizon. HEX triplet: 61, 88 and 97. RGB value is (97,136,151). Sum of RGB (Red+Green+Blue) = 97+136+151=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 151 - color contains mainly: blue. Hex color #618897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618897 is #9E7768. Grayscale: #7D7D7D. Windows color (decimal): -10385257 or 9930849. OLE color: 9930849.

HSL color Cylindrical-coordinate representation of color #618897: hue angle of 196.67º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #618897 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 136 151 -
CMYK 0.36 0.10 0 0.41
HSL 196.67º 0.22% 0.49% -
HSV(B) 196.67º 0.36% 0.59% -
XYZ 19.32 22.38 32.58 -
YUV 126.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 97 136 151 0.36 0.10 0 0.41 196.67 0.22 0.49
Hex 61 88 97 24 A 0 29 C5 16 31
Octal 141 210 227 44 12 0 51 305 26 61
Binary 1100001 10001000 10010111 100100 1010 0 101001 11000101 10110 110001

Color Harmonies of #618897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618897

Black with #618897

Text Example


Text Example

White with #618897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618897; }

 p { color: rgb(97,136,151); }

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

background-color css

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

 a { background-color: rgb(97,136,151); }

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

border-color css

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

 span { border-color: rgb(97,136,151); }

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