Html Css Color HEX #618291 Horizon

📋 copy color: '#618291'

red 97 ◦ green 130 ◦ blue 145

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

Shades of Horizon #618291

Tints of Horizon #618291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.95%

 BLUE value IS 145 (57.03% from 255) = 38.98%

R = 26.08%
G = 34.95%
B = 38.98%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#618291 (or 0x618291) is known color: Horizon. HEX triplet: 61, 82 and 91. RGB value is (97,130,145). Sum of RGB (Red+Green+Blue) = 97+130+145=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 145 - color contains mainly: blue. Hex color #618291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618291 is #9E7D6E. Grayscale: #797979. Windows color (decimal): -10386799 or 9536097. OLE color: 9536097.

HSL color Cylindrical-coordinate representation of color #618291: hue angle of 198.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #618291 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 130 145 -
CMYK 0.33 0.10 0 0.43
HSL 198.75º 0.2% 0.47% -
HSV(B) 198.75º 0.33% 0.57% -
XYZ 18.02 20.55 29.8 -
YUV 121.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 97 130 145 0.33 0.10 0 0.43 198.75 0.2 0.47
Hex 61 82 91 21 A 0 2B C7 14 2F
Octal 141 202 221 41 12 0 53 307 24 57
Binary 1100001 10000010 10010001 100001 1010 0 101011 11000111 10100 101111

Color Harmonies of #618291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618291

Black with #618291

Text Example


Text Example

White with #618291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618291; }

 p { color: rgb(97,130,145); }

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

background-color css

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

 a { background-color: rgb(97,130,145); }

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

border-color css

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

 span { border-color: rgb(97,130,145); }

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