Html Css Color HEX #1C6E63 Blue Stone

📋 copy color: '#1C6E63'

red 28 ◦ green 110 ◦ blue 99

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

Shades of Blue Stone #1C6E63

Tints of Blue Stone #1C6E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.77%

R = 11.81%
G = 46.41%
B = 41.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.1

 K value IS 0.57

RGB Variations

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

Color information

#1C6E63 (or 0x1C6E63) is known color: Blue Stone. HEX triplet: 1C, 6E and 63. RGB value is (28,110,99). Sum of RGB (Red+Green+Blue) = 28+110+99=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 110 - color contains mainly: green. Hex color #1C6E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6E63 is #E3919C. Grayscale: #545454. Windows color (decimal): -14913949 or 6516252. OLE color: 6516252.

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

Color convert

RGB 28 110 99 -
CMYK 0.75 0 0.1 0.57
HSL 171.95º 0.59% 0.27% -
HSV(B) 171.95º 0.75% 0.43% -
XYZ 8.31 12.3 13.74 -
YUV 84.23 136.33 87.89 -
System Red Green Blue C M Y K H S L
Decimal 28 110 99 0.75 0 0.1 0.57 171.95 0.59 0.27
Hex 1C 6E 63 4B 0 A 39 AC 3B 1B
Octal 34 156 143 113 0 12 71 254 73 33
Binary 11100 1101110 1100011 1001011 0 1010 111001 10101100 111011 11011

Color Harmonies of #1C6E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6E63

Black with #1C6E63

Text Example


Text Example

White with #1C6E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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