Html Css Color HEX #106069 Blue Stone

📋 copy color: '#106069'

red 16 ◦ green 96 ◦ blue 105

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

Shades of Blue Stone #106069

Tints of Blue Stone #106069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.24%

 BLUE value IS 105 (41.41% from 255) = 48.39%

R = 7.37%
G = 44.24%
B = 48.39%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#106069 (or 0x106069) is known color: Blue Stone. HEX triplet: 10, 60 and 69. RGB value is (16,96,105). Sum of RGB (Red+Green+Blue) = 16+96+105=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #106069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106069 is #EF9F96. Grayscale: #484848. Windows color (decimal): -15703959 or 6905872. OLE color: 6905872.

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

Color convert

RGB 16 96 105 -
CMYK 0.85 0.09 0 0.59
HSL 186.07º 0.74% 0.24% -
HSV(B) 186.07º 0.85% 0.41% -
XYZ 6.95 9.5 14.83 -
YUV 73.11 146 87.27 -
System Red Green Blue C M Y K H S L
Decimal 16 96 105 0.85 0.09 0 0.59 186.07 0.74 0.24
Hex 10 60 69 55 9 0 3B BA 4A 18
Octal 20 140 151 125 11 0 73 272 112 30
Binary 10000 1100000 1101001 1010101 1001 0 111011 10111010 1001010 11000

Color Harmonies of #106069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106069

Black with #106069

Text Example


Text Example

White with #106069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106069; }

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

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

background-color css

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

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

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

border-color css

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

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

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