Html Css Color HEX #106168 Blue Stone

📋 copy color: '#106168'

red 16 ◦ green 97 ◦ blue 104

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

Shades of Blue Stone #106168

Tints of Blue Stone #106168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.7%

 BLUE value IS 104 (41.02% from 255) = 47.93%

R = 7.37%
G = 44.7%
B = 47.93%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#106168 (or 0x106168) is known color: Blue Stone. HEX triplet: 10, 61 and 68. RGB value is (16,97,104). Sum of RGB (Red+Green+Blue) = 16+97+104=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #106168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106168 is #EF9E97. Grayscale: #494949. Windows color (decimal): -15703704 or 6840592. OLE color: 6840592.

HSL color Cylindrical-coordinate representation of color #106168: hue angle of 184.77º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106168 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 97 104 -
CMYK 0.85 0.07 0 0.59
HSL 184.77º 0.73% 0.24% -
HSV(B) 184.77º 0.85% 0.41% -
XYZ 6.99 9.66 14.59 -
YUV 73.58 145.16 86.93 -
System Red Green Blue C M Y K H S L
Decimal 16 97 104 0.85 0.07 0 0.59 184.77 0.73 0.24
Hex 10 61 68 55 7 0 3B B9 49 18
Octal 20 141 150 125 7 0 73 271 111 30
Binary 10000 1100001 1101000 1010101 111 0 111011 10111001 1001001 11000

Color Harmonies of #106168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106168

Black with #106168

Text Example


Text Example

White with #106168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106168; }

 p { color: rgb(16,97,104); }

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

background-color css

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

 a { background-color: rgb(16,97,104); }

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

border-color css

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

 span { border-color: rgb(16,97,104); }

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