Html Css Color HEX #61919B Horizon

📋 copy color: '#61919B'

red 97 ◦ green 145 ◦ blue 155

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

Shades of Horizon #61919B

Tints of Horizon #61919B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 24.43%
G = 36.52%
B = 39.04%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61919B (or 0x61919B) is known color: Horizon. HEX triplet: 61, 91 and 9B. RGB value is (97,145,155). Sum of RGB (Red+Green+Blue) = 97+145+155=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #61919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61919B is #9E6E64. Grayscale: #838383. Windows color (decimal): -10382949 or 10195297. OLE color: 10195297.

HSL color Cylindrical-coordinate representation of color #61919B: hue angle of 190.34º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61919B is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 145 155 -
CMYK 0.37 0.06 0 0.39
HSL 190.34º 0.23% 0.49% -
HSV(B) 190.34º 0.37% 0.61% -
XYZ 20.97 25.16 34.76 -
YUV 131.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 97 145 155 0.37 0.06 0 0.39 190.34 0.23 0.49
Hex 61 91 9B 25 6 0 27 BE 17 31
Octal 141 221 233 45 6 0 47 276 27 61
Binary 1100001 10010001 10011011 100101 110 0 100111 10111110 10111 110001

Color Harmonies of #61919B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61919B

Black with #61919B

Text Example


Text Example

White with #61919B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61919B; }

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

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

background-color css

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

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

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

border-color css

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

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

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