Html Css Color HEX #106965 Blue Stone

📋 copy color: '#106965'

red 16 ◦ green 105 ◦ blue 101

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

Shades of Blue Stone #106965

Tints of Blue Stone #106965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.5%

R = 7.21%
G = 47.3%
B = 45.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#106965 (or 0x106965) is known color: Blue Stone. HEX triplet: 10, 69 and 65. RGB value is (16,105,101). Sum of RGB (Red+Green+Blue) = 16+105+101=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 105 - color contains mainly: green. Hex color #106965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106965 is #EF969A. Grayscale: #4D4D4D. Windows color (decimal): -15701659 or 6646032. OLE color: 6646032.

HSL color Cylindrical-coordinate representation of color #106965: hue angle of 177.3º 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 #106965 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 105 101 -
CMYK 0.85 0 0.04 0.59
HSL 177.3º 0.74% 0.24% -
HSV(B) 177.3º 0.85% 0.41% -
XYZ 7.61 11.15 14.06 -
YUV 77.93 141.01 83.83 -
System Red Green Blue C M Y K H S L
Decimal 16 105 101 0.85 0 0.04 0.59 177.3 0.74 0.24
Hex 10 69 65 55 0 4 3B B1 4A 18
Octal 20 151 145 125 0 4 73 261 112 30
Binary 10000 1101001 1100101 1010101 0 100 111011 10110001 1001010 11000

Color Harmonies of #106965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106965

Black with #106965

Text Example


Text Example

White with #106965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106965; }

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

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

background-color css

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

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

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

border-color css

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

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

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