Html Css Color HEX #18686A Blue Stone

📋 copy color: '#18686A'

red 24 ◦ green 104 ◦ blue 106

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

Shades of Blue Stone #18686A

Tints of Blue Stone #18686A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.44%

 BLUE value IS 106 (41.8% from 255) = 45.3%

R = 10.26%
G = 44.44%
B = 45.3%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18686A (or 0x18686A) is known color: Blue Stone. HEX triplet: 18, 68 and 6A. RGB value is (24,104,106). Sum of RGB (Red+Green+Blue) = 24+104+106=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #18686A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18686A is #E79795. Grayscale: #505050. Windows color (decimal): -15177622 or 6973464. OLE color: 6973464.

HSL color Cylindrical-coordinate representation of color #18686A: hue angle of 181.46º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18686A is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 104 106 -
CMYK 0.77 0.02 0 0.58
HSL 181.46º 0.63% 0.25% -
HSV(B) 181.46º 0.77% 0.42% -
XYZ 7.93 11.14 15.37 -
YUV 80.31 142.5 87.84 -
System Red Green Blue C M Y K H S L
Decimal 24 104 106 0.77 0.02 0 0.58 181.46 0.63 0.25
Hex 18 68 6A 4D 2 0 3A B5 3F 19
Octal 30 150 152 115 2 0 72 265 77 31
Binary 11000 1101000 1101010 1001101 10 0 111010 10110101 111111 11001

Color Harmonies of #18686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18686A

Black with #18686A

Text Example


Text Example

White with #18686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18686A; }

 p { color: rgb(24,104,106); }

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

background-color css

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

 a { background-color: rgb(24,104,106); }

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

border-color css

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

 span { border-color: rgb(24,104,106); }

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