Html Css Color HEX #106C6D Blue Stone

📋 copy color: '#106C6D'

red 16 ◦ green 108 ◦ blue 109

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

Shades of Blue Stone #106C6D

Tints of Blue Stone #106C6D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.35%

 BLUE value IS 109 (42.97% from 255) = 46.78%

R = 6.87%
G = 46.35%
B = 46.78%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#106C6D (or 0x106C6D) is known color: Blue Stone. HEX triplet: 10, 6C and 6D. RGB value is (16,108,109). Sum of RGB (Red+Green+Blue) = 16+108+109=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #106C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106C6D is #EF9392. Grayscale: #505050. Windows color (decimal): -15700883 or 7171088. OLE color: 7171088.

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

Color convert

RGB 16 108 109 -
CMYK 0.85 0.01 0 0.57
HSL 180.65º 0.74% 0.25% -
HSV(B) 180.65º 0.85% 0.43% -
XYZ 8.34 11.94 16.33 -
YUV 80.61 144.02 81.92 -
System Red Green Blue C M Y K H S L
Decimal 16 108 109 0.85 0.01 0 0.57 180.65 0.74 0.25
Hex 10 6C 6D 55 1 0 39 B5 4A 19
Octal 20 154 155 125 1 0 71 265 112 31
Binary 10000 1101100 1101101 1010101 1 0 111001 10110101 1001010 11001

Color Harmonies of #106C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106C6D

Black with #106C6D

Text Example


Text Example

White with #106C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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