Html Css Color HEX #618894 Horizon

📋 copy color: '#618894'

red 97 ◦ green 136 ◦ blue 148

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

Shades of Horizon #618894

Tints of Horizon #618894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.7%

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

R = 25.46%
G = 35.7%
B = 38.85%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#618894 (or 0x618894) is known color: Horizon. HEX triplet: 61, 88 and 94. RGB value is (97,136,148). Sum of RGB (Red+Green+Blue) = 97+136+148=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #618894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618894 is #9E776B. Grayscale: #7D7D7D. Windows color (decimal): -10385260 or 9734241. OLE color: 9734241.

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

Color convert

RGB 97 136 148 -
CMYK 0.34 0.08 0 0.42
HSL 194.12º 0.21% 0.48% -
HSV(B) 194.12º 0.34% 0.58% -
XYZ 19.08 22.29 31.31 -
YUV 125.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 97 136 148 0.34 0.08 0 0.42 194.12 0.21 0.48
Hex 61 88 94 22 8 0 2A C2 15 30
Octal 141 210 224 42 10 0 52 302 25 60
Binary 1100001 10001000 10010100 100010 1000 0 101010 11000010 10101 110000

Color Harmonies of #618894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618894

Black with #618894

Text Example


Text Example

White with #618894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618894; }

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

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

background-color css

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

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

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

border-color css

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

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

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