Html Css Color HEX #618497 Horizon

📋 copy color: '#618497'

red 97 ◦ green 132 ◦ blue 151

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

Shades of Horizon #618497

Tints of Horizon #618497

RGB

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

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

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

R = 25.53%
G = 34.74%
B = 39.74%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#618497 (or 0x618497) is known color: Horizon. HEX triplet: 61, 84 and 97. RGB value is (97,132,151). Sum of RGB (Red+Green+Blue) = 97+132+151=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 151 - color contains mainly: blue. Hex color #618497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618497 is #9E7B68. Grayscale: #7B7B7B. Windows color (decimal): -10386281 or 9929825. OLE color: 9929825.

HSL color Cylindrical-coordinate representation of color #618497: hue angle of 201.11º 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 #618497 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 132 151 -
CMYK 0.36 0.13 0 0.41
HSL 201.11º 0.22% 0.49% -
HSV(B) 201.11º 0.36% 0.59% -
XYZ 18.77 21.28 32.4 -
YUV 123.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 97 132 151 0.36 0.13 0 0.41 201.11 0.22 0.49
Hex 61 84 97 24 D 0 29 C9 16 31
Octal 141 204 227 44 15 0 51 311 26 61
Binary 1100001 10000100 10010111 100100 1101 0 101001 11001001 10110 110001

Color Harmonies of #618497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618497

Black with #618497

Text Example


Text Example

White with #618497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618497; }

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

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

background-color css

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

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

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

border-color css

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

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

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