Html Css Color HEX #106369 Blue Stone

📋 copy color: '#106369'

red 16 ◦ green 99 ◦ blue 105

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

Shades of Blue Stone #106369

Tints of Blue Stone #106369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45%

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

R = 7.27%
G = 45%
B = 47.73%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#106369 (or 0x106369) is known color: Blue Stone. HEX triplet: 10, 63 and 69. RGB value is (16,99,105). Sum of RGB (Red+Green+Blue) = 16+99+105=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #106369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106369 is #EF9C96. Grayscale: #4A4A4A. Windows color (decimal): -15703191 or 6906640. OLE color: 6906640.

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

Color convert

RGB 16 99 105 -
CMYK 0.85 0.06 0 0.59
HSL 184.04º 0.74% 0.24% -
HSV(B) 184.04º 0.85% 0.41% -
XYZ 7.23 10.05 14.92 -
YUV 74.87 145 86.01 -
System Red Green Blue C M Y K H S L
Decimal 16 99 105 0.85 0.06 0 0.59 184.04 0.74 0.24
Hex 10 63 69 55 6 0 3B B8 4A 18
Octal 20 143 151 125 6 0 73 270 112 30
Binary 10000 1100011 1101001 1010101 110 0 111011 10111000 1001010 11000

Color Harmonies of #106369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106369

Black with #106369

Text Example


Text Example

White with #106369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106369; }

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

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

background-color css

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

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

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

border-color css

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

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

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