Html Css Color HEX #618394 Horizon

📋 copy color: '#618394'

red 97 ◦ green 131 ◦ blue 148

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

Shades of Horizon #618394

Tints of Horizon #618394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

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

R = 25.8%
G = 34.84%
B = 39.36%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#618394 (or 0x618394) is known color: Horizon. HEX triplet: 61, 83 and 94. RGB value is (97,131,148). Sum of RGB (Red+Green+Blue) = 97+131+148=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 148 - color contains mainly: blue. Hex color #618394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618394 is #9E7C6B. Grayscale: #7A7A7A. Windows color (decimal): -10386540 or 9732961. OLE color: 9732961.

HSL color Cylindrical-coordinate representation of color #618394: hue angle of 200º 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 #618394 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 131 148 -
CMYK 0.34 0.11 0 0.42
HSL 200º 0.21% 0.48% -
HSV(B) 200º 0.34% 0.58% -
XYZ 18.39 20.91 31.08 -
YUV 122.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 97 131 148 0.34 0.11 0 0.42 200 0.21 0.48
Hex 61 83 94 22 B 0 2A C8 15 30
Octal 141 203 224 42 13 0 52 310 25 60
Binary 1100001 10000011 10010100 100010 1011 0 101010 11001000 10101 110000

Color Harmonies of #618394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618394

Black with #618394

Text Example


Text Example

White with #618394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618394; }

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

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

background-color css

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

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

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

border-color css

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

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

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