Html Css Color HEX #106962 Blue Stone

📋 copy color: '#106962'

red 16 ◦ green 105 ◦ blue 98

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

Shades of Blue Stone #106962

Tints of Blue Stone #106962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.95%

 BLUE value IS 98 (38.67% from 255) = 44.75%

R = 7.31%
G = 47.95%
B = 44.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#106962 (or 0x106962) is known color: Blue Stone. HEX triplet: 10, 69 and 62. RGB value is (16,105,98). Sum of RGB (Red+Green+Blue) = 16+105+98=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #106962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106962 is #EF969D. Grayscale: #4D4D4D. Windows color (decimal): -15701662 or 6449424. OLE color: 6449424.

HSL color Cylindrical-coordinate representation of color #106962: hue angle of 175.28º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106962 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 105 98 -
CMYK 0.85 0 0.07 0.59
HSL 175.28º 0.74% 0.24% -
HSV(B) 175.28º 0.85% 0.41% -
XYZ 7.47 11.1 13.3 -
YUV 77.59 139.51 84.07 -
System Red Green Blue C M Y K H S L
Decimal 16 105 98 0.85 0 0.07 0.59 175.28 0.74 0.24
Hex 10 69 62 55 0 7 3B AF 4A 18
Octal 20 151 142 125 0 7 73 257 112 30
Binary 10000 1101001 1100010 1010101 0 111 111011 10101111 1001010 11000

Color Harmonies of #106962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106962

Black with #106962

Text Example


Text Example

White with #106962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106962; }

 p { color: rgb(16,105,98); }

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

background-color css

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

 a { background-color: rgb(16,105,98); }

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

border-color css

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

 span { border-color: rgb(16,105,98); }

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