Html Css Color HEX #618393 Horizon

📋 copy color: '#618393'

red 97 ◦ green 131 ◦ blue 147

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

Shades of Horizon #618393

Tints of Horizon #618393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.2%

R = 25.87%
G = 34.93%
B = 39.2%

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

#618393 (or 0x618393) is known color: Horizon. HEX triplet: 61, 83 and 93. RGB value is (97,131,147). Sum of RGB (Red+Green+Blue) = 97+131+147=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #618393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618393 is #9E7C6C. Grayscale: #7A7A7A. Windows color (decimal): -10386541 or 9667425. OLE color: 9667425.

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

Color convert

RGB 97 131 147 -
CMYK 0.34 0.11 0 0.42
HSL 199.2º 0.2% 0.48% -
HSV(B) 199.2º 0.34% 0.58% -
XYZ 18.31 20.88 30.67 -
YUV 122.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 97 131 147 0.34 0.11 0 0.42 199.2 0.2 0.48
Hex 61 83 93 22 B 0 2A C7 14 30
Octal 141 203 223 42 13 0 52 307 24 60
Binary 1100001 10000011 10010011 100010 1011 0 101010 11000111 10100 110000

Color Harmonies of #618393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618393

Black with #618393

Text Example


Text Example

White with #618393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618393; }

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

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

background-color css

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

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

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

border-color css

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

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

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