Html Css Color HEX #6191A1 Horizon

📋 copy color: '#6191A1'

red 97 ◦ green 145 ◦ blue 161

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

Shades of Horizon #6191A1

Tints of Horizon #6191A1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.98%

 BLUE value IS 161 (63.28% from 255) = 39.95%

R = 24.07%
G = 35.98%
B = 39.95%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6191A1 (or 0x6191A1) is known color: Horizon. HEX triplet: 61, 91 and A1. RGB value is (97,145,161). Sum of RGB (Red+Green+Blue) = 97+145+161=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 161 - color contains mainly: blue. Hex color #6191A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6191A1 is #9E6E5E. Grayscale: #848484. Windows color (decimal): -10382943 or 10588513. OLE color: 10588513.

HSL color Cylindrical-coordinate representation of color #6191A1: hue angle of 195º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6191A1 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 145 161 -
CMYK 0.40 0.10 0 0.37
HSL 195º 0.25% 0.51% -
HSV(B) 195º 0.4% 0.63% -
XYZ 21.49 25.37 37.48 -
YUV 132.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 97 145 161 0.40 0.10 0 0.37 195 0.25 0.51
Hex 61 91 A1 28 A 0 25 C3 19 33
Octal 141 221 241 50 12 0 45 303 31 63
Binary 1100001 10010001 10100001 101000 1010 0 100101 11000011 11001 110011

Color Harmonies of #6191A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6191A1

Black with #6191A1

Text Example


Text Example

White with #6191A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6191A1; }

 p { color: rgb(97,145,161); }

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

background-color css

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

 a { background-color: rgb(97,145,161); }

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

border-color css

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

 span { border-color: rgb(97,145,161); }

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