Html Css Color HEX #186061 Blue Stone

📋 copy color: '#186061'

red 24 ◦ green 96 ◦ blue 97

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

Shades of Blue Stone #186061

Tints of Blue Stone #186061

RGB

 RED value IS 24 (9.77% from 255) = 11.06%

 GREEN value IS 96 (37.89% from 255) = 44.24%

 BLUE value IS 97 (38.28% from 255) = 44.7%

R = 11.06%
G = 44.24%
B = 44.7%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#186061 (or 0x186061) is known color: Blue Stone. HEX triplet: 18, 60 and 61. RGB value is (24,96,97). Sum of RGB (Red+Green+Blue) = 24+96+97=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #186061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186061 is #E79F9E. Grayscale: #4A4A4A. Windows color (decimal): -15179679 or 6381592. OLE color: 6381592.

HSL color Cylindrical-coordinate representation of color #186061: hue angle of 180.82º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #186061 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 96 97 -
CMYK 0.75 0.01 0 0.62
HSL 180.82º 0.6% 0.24% -
HSV(B) 180.82º 0.75% 0.38% -
XYZ 6.72 9.42 12.77 -
YUV 74.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 24 96 97 0.75 0.01 0 0.62 180.82 0.6 0.24
Hex 18 60 61 4B 1 0 3E B5 3C 18
Octal 30 140 141 113 1 0 76 265 74 30
Binary 11000 1100000 1100001 1001011 1 0 111110 10110101 111100 11000

Color Harmonies of #186061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186061

Black with #186061

Text Example


Text Example

White with #186061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186061; }

 p { color: rgb(24,96,97); }

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

background-color css

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

 a { background-color: rgb(24,96,97); }

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

border-color css

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

 span { border-color: rgb(24,96,97); }

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