Html Css Color HEX #618190 Horizon

📋 copy color: '#618190'

red 97 ◦ green 129 ◦ blue 144

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

Shades of Horizon #618190

Tints of Horizon #618190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

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

R = 26.22%
G = 34.86%
B = 38.92%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#618190 (or 0x618190) is known color: Horizon. HEX triplet: 61, 81 and 90. RGB value is (97,129,144). Sum of RGB (Red+Green+Blue) = 97+129+144=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #618190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618190 is #9E7E6F. Grayscale: #797979. Windows color (decimal): -10387056 or 9470305. OLE color: 9470305.

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

Color convert

RGB 97 129 144 -
CMYK 0.33 0.10 0 0.44
HSL 199.15º 0.2% 0.47% -
HSV(B) 199.15º 0.33% 0.56% -
XYZ 17.81 20.26 29.36 -
YUV 121.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 97 129 144 0.33 0.10 0 0.44 199.15 0.2 0.47
Hex 61 81 90 21 A 0 2C C7 14 2F
Octal 141 201 220 41 12 0 54 307 24 57
Binary 1100001 10000001 10010000 100001 1010 0 101100 11000111 10100 101111

Color Harmonies of #618190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618190

Black with #618190

Text Example


Text Example

White with #618190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618190; }

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

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

background-color css

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

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

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

border-color css

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

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

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