Html Css Color HEX #106D68 Blue Stone

📋 copy color: '#106D68'

red 16 ◦ green 109 ◦ blue 104

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

Shades of Blue Stone #106D68

Tints of Blue Stone #106D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.41%

R = 6.99%
G = 47.6%
B = 45.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#106D68 (or 0x106D68) is known color: Blue Stone. HEX triplet: 10, 6D and 68. RGB value is (16,109,104). Sum of RGB (Red+Green+Blue) = 16+109+104=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 109 - color contains mainly: green. Hex color #106D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D68 is #EF9297. Grayscale: #505050. Windows color (decimal): -15700632 or 6843664. OLE color: 6843664.

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

Color convert

RGB 16 109 104 -
CMYK 0.85 0 0.05 0.57
HSL 176.77º 0.74% 0.25% -
HSV(B) 176.77º 0.85% 0.43% -
XYZ 8.18 12.05 14.99 -
YUV 80.62 141.19 81.91 -
System Red Green Blue C M Y K H S L
Decimal 16 109 104 0.85 0 0.05 0.57 176.77 0.74 0.25
Hex 10 6D 68 55 0 5 39 B1 4A 19
Octal 20 155 150 125 0 5 71 261 112 31
Binary 10000 1101101 1101000 1010101 0 101 111001 10110001 1001010 11001

Color Harmonies of #106D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106D68

Black with #106D68

Text Example


Text Example

White with #106D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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