Html Css Color HEX #61879C Horizon

📋 copy color: '#61879C'

red 97 ◦ green 135 ◦ blue 156

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

Shades of Horizon #61879C

Tints of Horizon #61879C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.79%

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

R = 25%
G = 34.79%
B = 40.21%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61879C (or 0x61879C) is known color: Horizon. HEX triplet: 61, 87 and 9C. RGB value is (97,135,156). Sum of RGB (Red+Green+Blue) = 97+135+156=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #61879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61879C is #9E7863. Grayscale: #7D7D7D. Windows color (decimal): -10385508 or 10258273. OLE color: 10258273.

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

Color convert

RGB 97 135 156 -
CMYK 0.38 0.13 0 0.39
HSL 201.36º 0.23% 0.5% -
HSV(B) 201.36º 0.38% 0.61% -
XYZ 19.59 22.27 34.72 -
YUV 126.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 97 135 156 0.38 0.13 0 0.39 201.36 0.23 0.5
Hex 61 87 9C 26 D 0 27 C9 17 32
Octal 141 207 234 46 15 0 47 311 27 62
Binary 1100001 10000111 10011100 100110 1101 0 100111 11001001 10111 110010

Color Harmonies of #61879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61879C

Black with #61879C

Text Example


Text Example

White with #61879C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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