Html Css Color HEX #106063 Blue Stone

📋 copy color: '#106063'

red 16 ◦ green 96 ◦ blue 99

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

Shades of Blue Stone #106063

Tints of Blue Stone #106063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.92%

R = 7.58%
G = 45.5%
B = 46.92%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#106063 (or 0x106063) is known color: Blue Stone. HEX triplet: 10, 60 and 63. RGB value is (16,96,99). Sum of RGB (Red+Green+Blue) = 16+96+99=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #106063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106063 is #EF9F9C. Grayscale: #484848. Windows color (decimal): -15703965 or 6512656. OLE color: 6512656.

HSL color Cylindrical-coordinate representation of color #106063: hue angle of 182.17º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106063 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 96 99 -
CMYK 0.84 0.03 0 0.61
HSL 182.17º 0.72% 0.23% -
HSV(B) 182.17º 0.84% 0.39% -
XYZ 6.65 9.38 13.26 -
YUV 72.42 143 87.76 -
System Red Green Blue C M Y K H S L
Decimal 16 96 99 0.84 0.03 0 0.61 182.17 0.72 0.23
Hex 10 60 63 54 3 0 3D B6 48 17
Octal 20 140 143 124 3 0 75 266 110 27
Binary 10000 1100000 1100011 1010100 11 0 111101 10110110 1001000 10111

Color Harmonies of #106063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106063

Black with #106063

Text Example


Text Example

White with #106063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106063; }

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

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

background-color css

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

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

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

border-color css

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

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

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