Html Css Color HEX #106268 Blue Stone

📋 copy color: '#106268'

red 16 ◦ green 98 ◦ blue 104

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

Shades of Blue Stone #106268

Tints of Blue Stone #106268

RGB

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

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

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

R = 7.34%
G = 44.95%
B = 47.71%

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

#106268 (or 0x106268) is known color: Blue Stone. HEX triplet: 10, 62 and 68. RGB value is (16,98,104). Sum of RGB (Red+Green+Blue) = 16+98+104=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #106268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106268 is #EF9D97. Grayscale: #4A4A4A. Windows color (decimal): -15703448 or 6840848. OLE color: 6840848.

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

Color convert

RGB 16 98 104 -
CMYK 0.85 0.06 0 0.59
HSL 184.09º 0.73% 0.24% -
HSV(B) 184.09º 0.85% 0.41% -
XYZ 7.08 9.85 14.62 -
YUV 74.17 144.83 86.51 -
System Red Green Blue C M Y K H S L
Decimal 16 98 104 0.85 0.06 0 0.59 184.09 0.73 0.24
Hex 10 62 68 55 6 0 3B B8 49 18
Octal 20 142 150 125 6 0 73 270 111 30
Binary 10000 1100010 1101000 1010101 110 0 111011 10111000 1001001 11000

Color Harmonies of #106268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106268

Black with #106268

Text Example


Text Example

White with #106268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106268; }

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

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

background-color css

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

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

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

border-color css

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

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

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