Html Css Color HEX #619098 Horizon

📋 copy color: '#619098'

red 97 ◦ green 144 ◦ blue 152

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

Shades of Horizon #619098

Tints of Horizon #619098

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

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

R = 24.68%
G = 36.64%
B = 38.68%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#619098 (or 0x619098) is known color: Horizon. HEX triplet: 61, 90 and 98. RGB value is (97,144,152). Sum of RGB (Red+Green+Blue) = 97+144+152=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 152 - color contains mainly: blue. Hex color #619098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619098 is #9E6F67. Grayscale: #828282. Windows color (decimal): -10383208 or 9998433. OLE color: 9998433.

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

Color convert

RGB 97 144 152 -
CMYK 0.36 0.05 0 0.40
HSL 188.73º 0.22% 0.49% -
HSV(B) 188.73º 0.36% 0.6% -
XYZ 20.57 24.75 33.4 -
YUV 130.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 97 144 152 0.36 0.05 0 0.40 188.73 0.22 0.49
Hex 61 90 98 24 5 0 28 BD 16 31
Octal 141 220 230 44 5 0 50 275 26 61
Binary 1100001 10010000 10011000 100100 101 0 101000 10111101 10110 110001

Color Harmonies of #619098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619098

Black with #619098

Text Example


Text Example

White with #619098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619098; }

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

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

background-color css

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

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

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

border-color css

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

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

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