Html Css Color HEX #106655 Blue Stone

📋 copy color: '#106655'

red 16 ◦ green 102 ◦ blue 85

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

Shades of Blue Stone #106655

Tints of Blue Stone #106655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50.25%

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 7.88%
G = 50.25%
B = 41.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#106655 (or 0x106655) is known color: Blue Stone. HEX triplet: 10, 66 and 55. RGB value is (16,102,85). Sum of RGB (Red+Green+Blue) = 16+102+85=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #106655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106655 is #EF99AA. Grayscale: #4A4A4A. Windows color (decimal): -15702443 or 5596688. OLE color: 5596688.

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

Color convert

RGB 16 102 85 -
CMYK 0.84 0 0.17 0.6
HSL 168.14º 0.73% 0.23% -
HSV(B) 168.14º 0.84% 0.4% -
XYZ 6.6 10.27 10.23 -
YUV 74.35 134.01 86.38 -
System Red Green Blue C M Y K H S L
Decimal 16 102 85 0.84 0 0.17 0.6 168.14 0.73 0.23
Hex 10 66 55 54 0 11 3C A8 49 17
Octal 20 146 125 124 0 21 74 250 111 27
Binary 10000 1100110 1010101 1010100 0 10001 111100 10101000 1001001 10111

Color Harmonies of #106655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106655

Black with #106655

Text Example


Text Example

White with #106655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106655; }

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

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

background-color css

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

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

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

border-color css

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

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

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