Html Css Color HEX #106255 Blue Stone

📋 copy color: '#106255'

red 16 ◦ green 98 ◦ blue 85

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

Shades of Blue Stone #106255

Tints of Blue Stone #106255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.25%

 BLUE value IS 85 (33.59% from 255) = 42.71%

R = 8.04%
G = 49.25%
B = 42.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#106255 (or 0x106255) is known color: Blue Stone. HEX triplet: 10, 62 and 55. RGB value is (16,98,85). Sum of RGB (Red+Green+Blue) = 16+98+85=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #106255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106255 is #EF9DAA. Grayscale: #474747. Windows color (decimal): -15703467 or 5595664. OLE color: 5595664.

HSL color Cylindrical-coordinate representation of color #106255: hue angle of 170.49º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106255 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 98 85 -
CMYK 0.84 0 0.13 0.62
HSL 170.49º 0.72% 0.22% -
HSV(B) 170.49º 0.84% 0.38% -
XYZ 6.22 9.5 10.1 -
YUV 72 135.33 88.06 -
System Red Green Blue C M Y K H S L
Decimal 16 98 85 0.84 0 0.13 0.62 170.49 0.72 0.22
Hex 10 62 55 54 0 D 3E AA 48 16
Octal 20 142 125 124 0 15 76 252 110 26
Binary 10000 1100010 1010101 1010100 0 1101 111110 10101010 1001000 10110

Color Harmonies of #106255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106255

Black with #106255

Text Example


Text Example

White with #106255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106255; }

 p { color: rgb(16,98,85); }

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

background-color css

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

 a { background-color: rgb(16,98,85); }

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

border-color css

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

 span { border-color: rgb(16,98,85); }

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