Html Css Color HEX #619097 Horizon

📋 copy color: '#619097'

red 97 ◦ green 144 ◦ blue 151

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

Shades of Horizon #619097

Tints of Horizon #619097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.52%

R = 24.74%
G = 36.73%
B = 38.52%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#619097 (or 0x619097) is known color: Horizon. HEX triplet: 61, 90 and 97. RGB value is (97,144,151). Sum of RGB (Red+Green+Blue) = 97+144+151=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 151 - color contains mainly: blue. Hex color #619097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619097 is #9E6F68. Grayscale: #828282. Windows color (decimal): -10383209 or 9932897. OLE color: 9932897.

HSL color Cylindrical-coordinate representation of color #619097: hue angle of 187.78º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619097 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 144 151 -
CMYK 0.36 0.05 0 0.41
HSL 187.78º 0.22% 0.49% -
HSV(B) 187.78º 0.36% 0.59% -
XYZ 20.49 24.72 32.97 -
YUV 130.75 139.43 103.93 -
System Red Green Blue C M Y K H S L
Decimal 97 144 151 0.36 0.05 0 0.41 187.78 0.22 0.49
Hex 61 90 97 24 5 0 29 BC 16 31
Octal 141 220 227 44 5 0 51 274 26 61
Binary 1100001 10010000 10010111 100100 101 0 101001 10111100 10110 110001

Color Harmonies of #619097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619097

Black with #619097

Text Example


Text Example

White with #619097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619097; }

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

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

background-color css

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

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

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

border-color css

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

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

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