Html Css Color HEX #618490 Horizon

📋 copy color: '#618490'

red 97 ◦ green 132 ◦ blue 144

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

Shades of Horizon #618490

Tints of Horizon #618490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.61%

R = 26.01%
G = 35.39%
B = 38.61%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#618490 (or 0x618490) is known color: Horizon. HEX triplet: 61, 84 and 90. RGB value is (97,132,144). Sum of RGB (Red+Green+Blue) = 97+132+144=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #618490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618490 is #9E7B6F. Grayscale: #7A7A7A. Windows color (decimal): -10386288 or 9471073. OLE color: 9471073.

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

Color convert

RGB 97 132 144 -
CMYK 0.33 0.08 0 0.44
HSL 195.32º 0.2% 0.47% -
HSV(B) 195.32º 0.33% 0.56% -
XYZ 18.22 21.06 29.49 -
YUV 122.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 97 132 144 0.33 0.08 0 0.44 195.32 0.2 0.47
Hex 61 84 90 21 8 0 2C C3 14 2F
Octal 141 204 220 41 10 0 54 303 24 57
Binary 1100001 10000100 10010000 100001 1000 0 101100 11000011 10100 101111

Color Harmonies of #618490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618490

Black with #618490

Text Example


Text Example

White with #618490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618490; }

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

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

background-color css

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

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

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

border-color css

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

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

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