#1C6F68

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

Shades of Blue Stone #1C6F68

Tints of Blue Stone #1C6F68

Color information

#1C6F68 (or 0x1C6F68) is unknown color: approx Blue Stone. HEX triplet: 1C, 6F and 68. RGB value is (28,111,104). Sum of RGB (Red+Green+Blue) = 28+111+104=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #1C6F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6F68 is #E39097. Grayscale: #555555. Windows color (decimal): -14913688 or 6844188. OLE color: 6844188.

HSL color Cylindrical-coordinate representation of color #1C6F68: hue angle of 174.94º 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 #1C6F68 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB28111104-
CMYK0.7500.060.56
HSL174.94º59.71%27.25%-
HSV(B)174.94º74.77%43.53%-
XYZ8.6612.6215.08-
YUV85.38138.587.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.52%
GREEN value IS 111 (43.75% from 255) = 45.68%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=11.52%
G=45.68%
B=42.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal281111040.7500.060.56174.9459.7127.25
Hex1C6F684B0638af3c1b
Octal3415715011306702577433
Binary1110011011111101000100101101101110001010111111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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