Html Css Color HEX #61919C Horizon

📋 copy color: '#61919C'

red 97 ◦ green 145 ◦ blue 156

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

Shades of Horizon #61919C

Tints of Horizon #61919C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 24.37%
G = 36.43%
B = 39.2%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61919C (or 0x61919C) is known color: Horizon. HEX triplet: 61, 91 and 9C. RGB value is (97,145,156). Sum of RGB (Red+Green+Blue) = 97+145+156=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #61919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61919C is #9E6E63. Grayscale: #838383. Windows color (decimal): -10382948 or 10260833. OLE color: 10260833.

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

Color convert

RGB 97 145 156 -
CMYK 0.38 0.07 0 0.39
HSL 191.19º 0.23% 0.5% -
HSV(B) 191.19º 0.38% 0.61% -
XYZ 21.06 25.19 35.21 -
YUV 131.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 97 145 156 0.38 0.07 0 0.39 191.19 0.23 0.5
Hex 61 91 9C 26 7 0 27 BF 17 32
Octal 141 221 234 46 7 0 47 277 27 62
Binary 1100001 10010001 10011100 100110 111 0 100111 10111111 10111 110010

Color Harmonies of #61919C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61919C

Black with #61919C

Text Example


Text Example

White with #61919C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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