Html Css Color HEX #618491 Horizon

📋 copy color: '#618491'

red 97 ◦ green 132 ◦ blue 145

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

Shades of Horizon #618491

Tints of Horizon #618491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.29%

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

R = 25.94%
G = 35.29%
B = 38.77%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#618491 (or 0x618491) is known color: Horizon. HEX triplet: 61, 84 and 91. RGB value is (97,132,145). Sum of RGB (Red+Green+Blue) = 97+132+145=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #618491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618491 is #9E7B6E. Grayscale: #7A7A7A. Windows color (decimal): -10386287 or 9536609. OLE color: 9536609.

HSL color Cylindrical-coordinate representation of color #618491: hue angle of 196.25º 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 #618491 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 132 145 -
CMYK 0.33 0.09 0 0.43
HSL 196.25º 0.2% 0.47% -
HSV(B) 196.25º 0.33% 0.57% -
XYZ 18.29 21.09 29.89 -
YUV 123.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 97 132 145 0.33 0.09 0 0.43 196.25 0.2 0.47
Hex 61 84 91 21 9 0 2B C4 14 2F
Octal 141 204 221 41 11 0 53 304 24 57
Binary 1100001 10000100 10010001 100001 1001 0 101011 11000100 10100 101111

Color Harmonies of #618491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618491

Black with #618491

Text Example


Text Example

White with #618491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618491; }

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

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

background-color css

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

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

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

border-color css

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

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

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