Html Css Color HEX #106B6C Blue Stone

📋 copy color: '#106B6C'

red 16 ◦ green 107 ◦ blue 108

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

Shades of Blue Stone #106B6C

Tints of Blue Stone #106B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 46.32%

 BLUE value IS 108 (42.58% from 255) = 46.75%

R = 6.93%
G = 46.32%
B = 46.75%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#106B6C (or 0x106B6C) is known color: Blue Stone. HEX triplet: 10, 6B and 6C. RGB value is (16,107,108). Sum of RGB (Red+Green+Blue) = 16+107+108=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #106B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106B6C is #EF9493. Grayscale: #4F4F4F. Windows color (decimal): -15701140 or 7105296. OLE color: 7105296.

HSL color Cylindrical-coordinate representation of color #106B6C: hue angle of 180.65º 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 #106B6C is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 107 108 -
CMYK 0.85 0.01 0 0.58
HSL 180.65º 0.74% 0.24% -
HSV(B) 180.65º 0.85% 0.42% -
XYZ 8.18 11.71 16.02 -
YUV 79.91 143.85 82.42 -
System Red Green Blue C M Y K H S L
Decimal 16 107 108 0.85 0.01 0 0.58 180.65 0.74 0.24
Hex 10 6B 6C 55 1 0 3A B5 4A 18
Octal 20 153 154 125 1 0 72 265 112 30
Binary 10000 1101011 1101100 1010101 1 0 111010 10110101 1001010 11000

Color Harmonies of #106B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106B6C

Black with #106B6C

Text Example


Text Example

White with #106B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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