Html Css Color HEX #618198 Horizon

📋 copy color: '#618198'

red 97 ◦ green 129 ◦ blue 152

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

Shades of Horizon #618198

Tints of Horizon #618198

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.13%

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

R = 25.66%
G = 34.13%
B = 40.21%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#618198 (or 0x618198) is known color: Horizon. HEX triplet: 61, 81 and 98. RGB value is (97,129,152). Sum of RGB (Red+Green+Blue) = 97+129+152=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #618198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618198 is #9E7E67. Grayscale: #797979. Windows color (decimal): -10387048 or 9994593. OLE color: 9994593.

HSL color Cylindrical-coordinate representation of color #618198: hue angle of 205.09º 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 #618198 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 129 152 -
CMYK 0.36 0.15 0 0.40
HSL 205.09º 0.22% 0.49% -
HSV(B) 205.09º 0.36% 0.6% -
XYZ 18.45 20.51 32.69 -
YUV 122.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 97 129 152 0.36 0.15 0 0.40 205.09 0.22 0.49
Hex 61 81 98 24 F 0 28 CD 16 31
Octal 141 201 230 44 17 0 50 315 26 61
Binary 1100001 10000001 10011000 100100 1111 0 101000 11001101 10110 110001

Color Harmonies of #618198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618198

Black with #618198

Text Example


Text Example

White with #618198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618198; }

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

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

background-color css

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

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

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

border-color css

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

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

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