#1C6F6A

Color #1C6F6A Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #1C6F6A

Tints of Blue Stone #1C6F6A

Color information

#1C6F6A (or 0x1C6F6A) is unknown color: approx Blue Stone. HEX triplet: 1C, 6F and 6A. RGB value is (28,111,106). Sum of RGB (Red+Green+Blue) = 28+111+106=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #1C6F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6F6A is #E39095. Grayscale: #555555. Windows color (decimal): -14913686 or 6975260. OLE color: 6975260.

HSL color Cylindrical-coordinate representation of color #1C6F6A: hue angle of 176.39º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6F6A is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB28111106-
CMYK0.7500.050.56
HSL176.39º59.71%27.25%-
HSV(B)176.39º74.77%43.53%-
XYZ8.7612.6615.62-
YUV85.61139.586.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.43%
GREEN value IS 111 (43.75% from 255) = 45.31%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=11.43%
G=45.31%
B=43.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal281111060.7500.050.56176.3959.7127.25
Hex1C6F6A4B0538b03c1b
Octal3415715211305702607433
Binary1110011011111101010100101101011110001011000011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C6F6A; }

 p { color: rgb(28,111,106); }

 H1.HeaderClassName
 {
   color: #1C6F6A;
 }
 .AnyTagClassName
 {
   color: #1C6F6A;
 }
</style>
background-color css

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

 a { background-color: rgb(28,111,106); }

 div.DivClassName
 {
   background-color: #1C6F6A;
 }
 .BgClassName
 {
   background-color: #1C6F6A;
 }
</style>
border-color css

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

 span { border-color: rgb(28,111,106); }

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