Html Css Color HEX #61838D Horizon

📋 copy color: '#61838D'

red 97 ◦ green 131 ◦ blue 141

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

Shades of Horizon #61838D

Tints of Horizon #61838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 26.29%
G = 35.5%
B = 38.21%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61838D (or 0x61838D) is known color: Horizon. HEX triplet: 61, 83 and 8D. RGB value is (97,131,141). Sum of RGB (Red+Green+Blue) = 97+131+141=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #61838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61838D is #9E7C72. Grayscale: #797979. Windows color (decimal): -10386547 or 9274209. OLE color: 9274209.

HSL color Cylindrical-coordinate representation of color #61838D: hue angle of 193.64º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61838D is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 131 141 -
CMYK 0.31 0.07 0 0.45
HSL 193.64º 0.18% 0.47% -
HSV(B) 193.64º 0.31% 0.55% -
XYZ 17.85 20.7 28.25 -
YUV 121.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 97 131 141 0.31 0.07 0 0.45 193.64 0.18 0.47
Hex 61 83 8D 1F 7 0 2D C2 12 2F
Octal 141 203 215 37 7 0 55 302 22 57
Binary 1100001 10000011 10001101 11111 111 0 101101 11000010 10010 101111

Color Harmonies of #61838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61838D

Black with #61838D

Text Example


Text Example

White with #61838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61838D; }

 p { color: rgb(97,131,141); }

 H1.HeaderClassName
 {
   color: #61838D;
 }
 .AnyTagClassName
 {
   color: #61838D;
 }
</style>

background-color css

<style>
 a { background-color: #61838D; }

 a { background-color: rgb(97,131,141); }

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

border-color css

<style>
 span { border-color: #61838D; }

 span { border-color: rgb(97,131,141); }

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