Html Css Color HEX #106062 Blue Stone

📋 copy color: '#106062'

red 16 ◦ green 96 ◦ blue 98

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

Shades of Blue Stone #106062

Tints of Blue Stone #106062

RGB

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

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

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

R = 7.62%
G = 45.71%
B = 46.67%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#106062 (or 0x106062) is known color: Blue Stone. HEX triplet: 10, 60 and 62. RGB value is (16,96,98). Sum of RGB (Red+Green+Blue) = 16+96+98=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #106062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106062 is #EF9F9D. Grayscale: #484848. Windows color (decimal): -15703966 or 6447120. OLE color: 6447120.

HSL color Cylindrical-coordinate representation of color #106062: hue angle of 181.46º 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 #106062 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 96 98 -
CMYK 0.84 0.02 0 0.62
HSL 181.46º 0.72% 0.22% -
HSV(B) 181.46º 0.84% 0.38% -
XYZ 6.6 9.36 13.01 -
YUV 72.31 142.5 87.84 -
System Red Green Blue C M Y K H S L
Decimal 16 96 98 0.84 0.02 0 0.62 181.46 0.72 0.22
Hex 10 60 62 54 2 0 3E B5 48 16
Octal 20 140 142 124 2 0 76 265 110 26
Binary 10000 1100000 1100010 1010100 10 0 111110 10110101 1001000 10110

Color Harmonies of #106062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106062

Black with #106062

Text Example


Text Example

White with #106062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106062; }

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

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

background-color css

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

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

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

border-color css

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

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

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