#1C6462

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

Shades of Blue Stone #1C6462

Tints of Blue Stone #1C6462

Color information

#1C6462 (or 0x1C6462) is unknown color: approx Blue Stone. HEX triplet: 1C, 64 and 62. RGB value is (28,100,98). Sum of RGB (Red+Green+Blue) = 28+100+98=226 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.39% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 100 - color contains mainly: green. Hex color #1C6462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6462 is #E39B9D. Grayscale: #4E4E4E. Windows color (decimal): -14916510 or 6448156. OLE color: 6448156.

HSL color Cylindrical-coordinate representation of color #1C6462: hue angle of 178.33º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6462 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB2810098-
CMYK0.7200.020.61
HSL178.33º56.25%25.1%-
HSV(B)178.33º72%39.22%-
XYZ7.2410.2413.15-
YUV78.24139.1592.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.39%
GREEN value IS 100 (39.45% from 255) = 44.25%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=12.39%
G=44.25%
B=43.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal28100980.7200.020.61178.3356.2525.1
Hex1C646248023Db23819
Octal3414414211002752627031
Binary111001100100110001010010000101111011011001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,100,98); }

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

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

 a { background-color: rgb(28,100,98); }

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

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

 span { border-color: rgb(28,100,98); }

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