Html Css Color HEX #106061 Blue Stone

📋 copy color: '#106061'

red 16 ◦ green 96 ◦ blue 97

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

Shades of Blue Stone #106061

Tints of Blue Stone #106061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.41%

R = 7.66%
G = 45.93%
B = 46.41%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#106061 (or 0x106061) is known color: Blue Stone. HEX triplet: 10, 60 and 61. RGB value is (16,96,97). Sum of RGB (Red+Green+Blue) = 16+96+97=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #106061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106061 is #EF9F9E. Grayscale: #484848. Windows color (decimal): -15703967 or 6381584. OLE color: 6381584.

HSL color Cylindrical-coordinate representation of color #106061: hue angle of 180.74º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106061 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 96 97 -
CMYK 0.84 0.01 0 0.62
HSL 180.74º 0.72% 0.22% -
HSV(B) 180.74º 0.84% 0.38% -
XYZ 6.55 9.34 12.77 -
YUV 72.19 142 87.92 -
System Red Green Blue C M Y K H S L
Decimal 16 96 97 0.84 0.01 0 0.62 180.74 0.72 0.22
Hex 10 60 61 54 1 0 3E B5 48 16
Octal 20 140 141 124 1 0 76 265 110 26
Binary 10000 1100000 1100001 1010100 1 0 111110 10110101 1001000 10110

Color Harmonies of #106061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106061

Black with #106061

Text Example


Text Example

White with #106061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106061; }

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

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

background-color css

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

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

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

border-color css

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

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

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