Html Css Color HEX #106F63 Blue Stone

📋 copy color: '#106F63'

red 16 ◦ green 111 ◦ blue 99

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

Shades of Blue Stone #106F63

Tints of Blue Stone #106F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.12%

 BLUE value IS 99 (39.06% from 255) = 43.81%

R = 7.08%
G = 49.12%
B = 43.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#106F63 (or 0x106F63) is known color: Blue Stone. HEX triplet: 10, 6F and 63. RGB value is (16,111,99). Sum of RGB (Red+Green+Blue) = 16+111+99=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #106F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106F63 is #EF909C. Grayscale: #515151. Windows color (decimal): -15700125 or 6516496. OLE color: 6516496.

HSL color Cylindrical-coordinate representation of color #106F63: hue angle of 172.42º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106F63 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 111 99 -
CMYK 0.86 0 0.11 0.56
HSL 172.42º 0.75% 0.25% -
HSV(B) 172.42º 0.86% 0.44% -
XYZ 8.15 12.38 13.76 -
YUV 81.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 16 111 99 0.86 0 0.11 0.56 172.42 0.75 0.25
Hex 10 6F 63 56 0 B 38 AC 4B 19
Octal 20 157 143 126 0 13 70 254 113 31
Binary 10000 1101111 1100011 1010110 0 1011 111000 10101100 1001011 11001

Color Harmonies of #106F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106F63

Black with #106F63

Text Example


Text Example

White with #106F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,111,99); }

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

background-color css

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

 a { background-color: rgb(16,111,99); }

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

border-color css

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

 span { border-color: rgb(16,111,99); }

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