Html Css Color HEX #106360 Blue Stone

📋 copy color: '#106360'

red 16 ◦ green 99 ◦ blue 96

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

Shades of Blue Stone #106360

Tints of Blue Stone #106360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.5%

R = 7.58%
G = 46.92%
B = 45.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#106360 (or 0x106360) is known color: Blue Stone. HEX triplet: 10, 63 and 60. RGB value is (16,99,96). Sum of RGB (Red+Green+Blue) = 16+99+96=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #106360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106360 is #EF9C9F. Grayscale: #494949. Windows color (decimal): -15703200 or 6316816. OLE color: 6316816.

HSL color Cylindrical-coordinate representation of color #106360: hue angle of 177.83º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106360 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 99 96 -
CMYK 0.84 0 0.03 0.61
HSL 177.83º 0.72% 0.23% -
HSV(B) 177.83º 0.84% 0.39% -
XYZ 6.79 9.88 12.62 -
YUV 73.84 140.5 86.74 -
System Red Green Blue C M Y K H S L
Decimal 16 99 96 0.84 0 0.03 0.61 177.83 0.72 0.23
Hex 10 63 60 54 0 3 3D B2 48 17
Octal 20 143 140 124 0 3 75 262 110 27
Binary 10000 1100011 1100000 1010100 0 11 111101 10110010 1001000 10111

Color Harmonies of #106360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106360

Black with #106360

Text Example


Text Example

White with #106360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106360; }

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

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

background-color css

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

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

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

border-color css

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

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

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