#186669

Color #186669 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #186669

Tints of Blue Stone #186669

Color information

#186669 (or 0x186669) is unknown color: approx Blue Stone. HEX triplet: 18, 66 and 69. RGB value is (24,102,105). Sum of RGB (Red+Green+Blue) = 24+102+105=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #186669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186669 is #E79996. Grayscale: #4E4E4E. Windows color (decimal): -15178135 or 6907416. OLE color: 6907416.

HSL color Cylindrical-coordinate representation of color #186669: hue angle of 182.22º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186669 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB24102105-
CMYK0.770.0300.59
HSL182.22º62.79%25.29%-
HSV(B)182.22º77.14%41.18%-
XYZ7.6810.7215.03-
YUV79.02142.6688.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 102 (40.23% from 255) = 44.16%
BLUE value IS 105 (41.41% from 255) = 45.45%
R=10.39%
G=44.16%
B=45.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal241021050.770.0300.59182.2262.7925.29
Hex1866694D303Bb63f19
Octal3014615111530732667731
Binary110001100110110100110011011101110111011011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186669; }

 p { color: rgb(24,102,105); }

 H1.HeaderClassName
 {
   color: #186669;
 }
 .AnyTagClassName
 {
   color: #186669;
 }
</style>
background-color css

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

 a { background-color: rgb(24,102,105); }

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

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

 span { border-color: rgb(24,102,105); }

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