Html Css Color HEX #1C6E61 Blue Stone

📋 copy color: '#1C6E61'

red 28 ◦ green 110 ◦ blue 97

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

Shades of Blue Stone #1C6E61

Tints of Blue Stone #1C6E61

RGB

 RED value IS 28 (11.33% from 255) = 11.91%

 GREEN value IS 110 (43.36% from 255) = 46.81%

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 11.91%
G = 46.81%
B = 41.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#1C6E61 (or 0x1C6E61) is known color: Blue Stone. HEX triplet: 1C, 6E and 61. RGB value is (28,110,97). Sum of RGB (Red+Green+Blue) = 28+110+97=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 110 - color contains mainly: green. Hex color #1C6E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6E61 is #E3919E. Grayscale: #535353. Windows color (decimal): -14913951 or 6385180. OLE color: 6385180.

HSL color Cylindrical-coordinate representation of color #1C6E61: hue angle of 170.49º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6E61 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB 28 110 97 -
CMYK 0.75 0 0.12 0.57
HSL 170.49º 0.59% 0.27% -
HSV(B) 170.49º 0.75% 0.43% -
XYZ 8.21 12.26 13.24 -
YUV 84 135.33 88.06 -
System Red Green Blue C M Y K H S L
Decimal 28 110 97 0.75 0 0.12 0.57 170.49 0.59 0.27
Hex 1C 6E 61 4B 0 C 39 AA 3B 1B
Octal 34 156 141 113 0 14 71 252 73 33
Binary 11100 1101110 1100001 1001011 0 1100 111001 10101010 111011 11011

Color Harmonies of #1C6E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6E61

Black with #1C6E61

Text Example


Text Example

White with #1C6E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,110,97); }

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

background-color css

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

 a { background-color: rgb(28,110,97); }

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

border-color css

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

 span { border-color: rgb(28,110,97); }

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