Html Css Color HEX #61909C Horizon

📋 copy color: '#61909C'

red 97 ◦ green 144 ◦ blue 156

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

Shades of Horizon #61909C

Tints of Horizon #61909C

RGB

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

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

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

R = 24.43%
G = 36.27%
B = 39.29%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61909C (or 0x61909C) is known color: Horizon. HEX triplet: 61, 90 and 9C. RGB value is (97,144,156). Sum of RGB (Red+Green+Blue) = 97+144+156=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #61909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61909C is #9E6F63. Grayscale: #838383. Windows color (decimal): -10383204 or 10260577. OLE color: 10260577.

HSL color Cylindrical-coordinate representation of color #61909C: hue angle of 192.2º 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 #61909C is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 144 156 -
CMYK 0.38 0.08 0 0.39
HSL 192.2º 0.23% 0.5% -
HSV(B) 192.2º 0.38% 0.61% -
XYZ 20.9 24.89 35.15 -
YUV 131.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 97 144 156 0.38 0.08 0 0.39 192.2 0.23 0.5
Hex 61 90 9C 26 8 0 27 C0 17 32
Octal 141 220 234 46 10 0 47 300 27 62
Binary 1100001 10010000 10011100 100110 1000 0 100111 11000000 10111 110010

Color Harmonies of #61909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61909C

Black with #61909C

Text Example


Text Example

White with #61909C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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