Html Css Color HEX #106066 Blue Stone

📋 copy color: '#106066'

red 16 ◦ green 96 ◦ blue 102

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

Shades of Blue Stone #106066

Tints of Blue Stone #106066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47.66%

R = 7.48%
G = 44.86%
B = 47.66%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#106066 (or 0x106066) is known color: Blue Stone. HEX triplet: 10, 60 and 66. RGB value is (16,96,102). Sum of RGB (Red+Green+Blue) = 16+96+102=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #106066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106066 is #EF9F99. Grayscale: #484848. Windows color (decimal): -15703962 or 6709264. OLE color: 6709264.

HSL color Cylindrical-coordinate representation of color #106066: hue angle of 184.19º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106066 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 96 102 -
CMYK 0.84 0.06 0 0.6
HSL 184.19º 0.73% 0.23% -
HSV(B) 184.19º 0.84% 0.4% -
XYZ 6.79 9.44 14.03 -
YUV 72.76 144.5 87.51 -
System Red Green Blue C M Y K H S L
Decimal 16 96 102 0.84 0.06 0 0.6 184.19 0.73 0.23
Hex 10 60 66 54 6 0 3C B8 49 17
Octal 20 140 146 124 6 0 74 270 111 27
Binary 10000 1100000 1100110 1010100 110 0 111100 10111000 1001001 10111

Color Harmonies of #106066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106066

Black with #106066

Text Example


Text Example

White with #106066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106066; }

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

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

background-color css

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

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

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

border-color css

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

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

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