Html Css Color HEX #106D6B Blue Stone

📋 copy color: '#106D6B'

red 16 ◦ green 109 ◦ blue 107

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

Shades of Blue Stone #106D6B

Tints of Blue Stone #106D6B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.98%

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

R = 6.9%
G = 46.98%
B = 46.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#106D6B (or 0x106D6B) is known color: Blue Stone. HEX triplet: 10, 6D and 6B. RGB value is (16,109,107). Sum of RGB (Red+Green+Blue) = 16+109+107=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #106D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D6B is #EF9294. Grayscale: #505050. Windows color (decimal): -15700629 or 7040272. OLE color: 7040272.

HSL color Cylindrical-coordinate representation of color #106D6B: hue angle of 178.71º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106D6B is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 109 107 -
CMYK 0.85 0 0.02 0.57
HSL 178.71º 0.74% 0.25% -
HSV(B) 178.71º 0.85% 0.43% -
XYZ 8.34 12.11 15.81 -
YUV 80.97 142.69 81.66 -
System Red Green Blue C M Y K H S L
Decimal 16 109 107 0.85 0 0.02 0.57 178.71 0.74 0.25
Hex 10 6D 6B 55 0 2 39 B3 4A 19
Octal 20 155 153 125 0 2 71 263 112 31
Binary 10000 1101101 1101011 1010101 0 10 111001 10110011 1001010 11001

Color Harmonies of #106D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106D6B

Black with #106D6B

Text Example


Text Example

White with #106D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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