Html Css Color HEX #106665 Blue Stone

📋 copy color: '#106665'

red 16 ◦ green 102 ◦ blue 101

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

Shades of Blue Stone #106665

Tints of Blue Stone #106665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.12%

R = 7.31%
G = 46.58%
B = 46.12%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#106665 (or 0x106665) is known color: Blue Stone. HEX triplet: 10, 66 and 65. RGB value is (16,102,101). Sum of RGB (Red+Green+Blue) = 16+102+101=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #106665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106665 is #EF999A. Grayscale: #4C4C4C. Windows color (decimal): -15702427 or 6645264. OLE color: 6645264.

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

Color convert

RGB 16 102 101 -
CMYK 0.84 0 0.01 0.6
HSL 179.3º 0.73% 0.23% -
HSV(B) 179.3º 0.84% 0.4% -
XYZ 7.31 10.55 13.96 -
YUV 76.17 142.01 85.08 -
System Red Green Blue C M Y K H S L
Decimal 16 102 101 0.84 0 0.01 0.6 179.3 0.73 0.23
Hex 10 66 65 54 0 1 3C B3 49 17
Octal 20 146 145 124 0 1 74 263 111 27
Binary 10000 1100110 1100101 1010100 0 1 111100 10110011 1001001 10111

Color Harmonies of #106665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106665

Black with #106665

Text Example


Text Example

White with #106665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106665; }

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

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

background-color css

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

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

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

border-color css

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

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

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