Html Css Color HEX #10686B Blue Stone

📋 copy color: '#10686B'

red 16 ◦ green 104 ◦ blue 107

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

Shades of Blue Stone #10686B

Tints of Blue Stone #10686B

RGB

 RED value IS 16 (6.64% from 255) = 7.05%

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

 BLUE value IS 107 (42.19% from 255) = 47.14%

R = 7.05%
G = 45.81%
B = 47.14%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10686B (or 0x10686B) is known color: Blue Stone. HEX triplet: 10, 68 and 6B. RGB value is (16,104,107). Sum of RGB (Red+Green+Blue) = 16+104+107=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #10686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10686B is #EF9794. Grayscale: #4D4D4D. Windows color (decimal): -15701909 or 7038992. OLE color: 7038992.

HSL color Cylindrical-coordinate representation of color #10686B: hue angle of 181.98º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10686B is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 104 107 -
CMYK 0.85 0.03 0 0.58
HSL 181.98º 0.74% 0.24% -
HSV(B) 181.98º 0.85% 0.42% -
XYZ 7.82 11.07 15.64 -
YUV 78.03 144.35 83.76 -
System Red Green Blue C M Y K H S L
Decimal 16 104 107 0.85 0.03 0 0.58 181.98 0.74 0.24
Hex 10 68 6B 55 3 0 3A B6 4A 18
Octal 20 150 153 125 3 0 72 266 112 30
Binary 10000 1101000 1101011 1010101 11 0 111010 10110110 1001010 11000

Color Harmonies of #10686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10686B

Black with #10686B

Text Example


Text Example

White with #10686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10686B; }

 p { color: rgb(16,104,107); }

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

background-color css

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

 a { background-color: rgb(16,104,107); }

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

border-color css

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

 span { border-color: rgb(16,104,107); }

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