Html Css Color HEX #618D98 Horizon

📋 copy color: '#618D98'

red 97 ◦ green 141 ◦ blue 152

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

Shades of Horizon #618D98

Tints of Horizon #618D98

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.15%

 BLUE value IS 152 (59.77% from 255) = 38.97%

R = 24.87%
G = 36.15%
B = 38.97%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#618D98 (or 0x618D98) is known color: Horizon. HEX triplet: 61, 8D and 98. RGB value is (97,141,152). Sum of RGB (Red+Green+Blue) = 97+141+152=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 152 - color contains mainly: blue. Hex color #618D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618D98 is #9E7267. Grayscale: #818181. Windows color (decimal): -10383976 or 9997665. OLE color: 9997665.

HSL color Cylindrical-coordinate representation of color #618D98: hue angle of 192º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #618D98 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 141 152 -
CMYK 0.36 0.07 0 0.40
HSL 192º 0.22% 0.49% -
HSV(B) 192º 0.36% 0.6% -
XYZ 20.12 23.86 33.25 -
YUV 129.1 140.92 105.11 -
System Red Green Blue C M Y K H S L
Decimal 97 141 152 0.36 0.07 0 0.40 192 0.22 0.49
Hex 61 8D 98 24 7 0 28 C0 16 31
Octal 141 215 230 44 7 0 50 300 26 61
Binary 1100001 10001101 10011000 100100 111 0 101000 11000000 10110 110001

Color Harmonies of #618D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D98

Black with #618D98

Text Example


Text Example

White with #618D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618D98; }

 p { color: rgb(97,141,152); }

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

background-color css

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

 a { background-color: rgb(97,141,152); }

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

border-color css

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

 span { border-color: rgb(97,141,152); }

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