Html Css Color HEX #106368 Blue Stone

📋 copy color: '#106368'

red 16 ◦ green 99 ◦ blue 104

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

Shades of Blue Stone #106368

Tints of Blue Stone #106368

RGB

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

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

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

R = 7.31%
G = 45.21%
B = 47.49%

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

#106368 (or 0x106368) is known color: Blue Stone. HEX triplet: 10, 63 and 68. RGB value is (16,99,104). Sum of RGB (Red+Green+Blue) = 16+99+104=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #106368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106368 is #EF9C97. Grayscale: #4A4A4A. Windows color (decimal): -15703192 or 6841104. OLE color: 6841104.

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

Color convert

RGB 16 99 104 -
CMYK 0.85 0.05 0 0.59
HSL 183.41º 0.73% 0.24% -
HSV(B) 183.41º 0.85% 0.41% -
XYZ 7.17 10.03 14.66 -
YUV 74.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 16 99 104 0.85 0.05 0 0.59 183.41 0.73 0.24
Hex 10 63 68 55 5 0 3B B7 49 18
Octal 20 143 150 125 5 0 73 267 111 30
Binary 10000 1100011 1101000 1010101 101 0 111011 10110111 1001001 11000

Color Harmonies of #106368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106368

Black with #106368

Text Example


Text Example

White with #106368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106368; }

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

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

background-color css

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

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

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

border-color css

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

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

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