Html Css Color HEX #1C6C61 Blue Stone

📋 copy color: '#1C6C61'

red 28 ◦ green 108 ◦ blue 97

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

Shades of Blue Stone #1C6C61

Tints of Blue Stone #1C6C61

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.35%

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

R = 12.02%
G = 46.35%
B = 41.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#1C6C61 (or 0x1C6C61) is known color: Blue Stone. HEX triplet: 1C, 6C and 61. RGB value is (28,108,97). Sum of RGB (Red+Green+Blue) = 28+108+97=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 108 - color contains mainly: green. Hex color #1C6C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6C61 is #E3939E. Grayscale: #525252. Windows color (decimal): -14914463 or 6384668. OLE color: 6384668.

HSL color Cylindrical-coordinate representation of color #1C6C61: hue angle of 171.75º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6C61 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 28 108 97 -
CMYK 0.74 0 0.10 0.58
HSL 171.75º 0.59% 0.27% -
HSV(B) 171.75º 0.74% 0.42% -
XYZ 8 11.84 13.17 -
YUV 82.83 136 88.89 -
System Red Green Blue C M Y K H S L
Decimal 28 108 97 0.74 0 0.10 0.58 171.75 0.59 0.27
Hex 1C 6C 61 4A 0 A 3A AC 3B 1B
Octal 34 154 141 112 0 12 72 254 73 33
Binary 11100 1101100 1100001 1001010 0 1010 111010 10101100 111011 11011

Color Harmonies of #1C6C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6C61

Black with #1C6C61

Text Example


Text Example

White with #1C6C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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