Html Css Color HEX #106469 Blue Stone

📋 copy color: '#106469'

red 16 ◦ green 100 ◦ blue 105

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

Shades of Blue Stone #106469

Tints of Blue Stone #106469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.25%

 BLUE value IS 105 (41.41% from 255) = 47.51%

R = 7.24%
G = 45.25%
B = 47.51%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#106469 (or 0x106469) is known color: Blue Stone. HEX triplet: 10, 64 and 69. RGB value is (16,100,105). Sum of RGB (Red+Green+Blue) = 16+100+105=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #106469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106469 is #EF9B96. Grayscale: #4B4B4B. Windows color (decimal): -15702935 or 6906896. OLE color: 6906896.

HSL color Cylindrical-coordinate representation of color #106469: hue angle of 183.37º degrees, saturation: 0.74, 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 #106469 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 100 105 -
CMYK 0.85 0.05 0 0.59
HSL 183.37º 0.74% 0.24% -
HSV(B) 183.37º 0.85% 0.41% -
XYZ 7.32 10.24 14.96 -
YUV 75.45 144.67 85.59 -
System Red Green Blue C M Y K H S L
Decimal 16 100 105 0.85 0.05 0 0.59 183.37 0.74 0.24
Hex 10 64 69 55 5 0 3B B7 4A 18
Octal 20 144 151 125 5 0 73 267 112 30
Binary 10000 1100100 1101001 1010101 101 0 111011 10110111 1001010 11000

Color Harmonies of #106469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106469

Black with #106469

Text Example


Text Example

White with #106469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106469; }

 p { color: rgb(16,100,105); }

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

background-color css

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

 a { background-color: rgb(16,100,105); }

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

border-color css

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

 span { border-color: rgb(16,100,105); }

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