Html Css Color HEX #618294 Horizon

📋 copy color: '#618294'

red 97 ◦ green 130 ◦ blue 148

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

Shades of Horizon #618294

Tints of Horizon #618294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.47%

R = 25.87%
G = 34.67%
B = 39.47%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#618294 (or 0x618294) is known color: Horizon. HEX triplet: 61, 82 and 94. RGB value is (97,130,148). Sum of RGB (Red+Green+Blue) = 97+130+148=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #618294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618294 is #9E7D6B. Grayscale: #7A7A7A. Windows color (decimal): -10386796 or 9732705. OLE color: 9732705.

HSL color Cylindrical-coordinate representation of color #618294: hue angle of 201.18º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #618294 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 130 148 -
CMYK 0.34 0.12 0 0.42
HSL 201.18º 0.21% 0.48% -
HSV(B) 201.18º 0.34% 0.58% -
XYZ 18.26 20.64 31.04 -
YUV 122.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 97 130 148 0.34 0.12 0 0.42 201.18 0.21 0.48
Hex 61 82 94 22 C 0 2A C9 15 30
Octal 141 202 224 42 14 0 52 311 25 60
Binary 1100001 10000010 10010100 100010 1100 0 101010 11001001 10101 110000

Color Harmonies of #618294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618294

Black with #618294

Text Example


Text Example

White with #618294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618294; }

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

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

background-color css

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

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

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

border-color css

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

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

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