Html Css Color HEX #1C6E66 Blue Stone

📋 copy color: '#1C6E66'

red 28 ◦ green 110 ◦ blue 102

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

Shades of Blue Stone #1C6E66

Tints of Blue Stone #1C6E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.5%

R = 11.67%
G = 45.83%
B = 42.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#1C6E66 (or 0x1C6E66) is known color: Blue Stone. HEX triplet: 1C, 6E and 66. RGB value is (28,110,102). Sum of RGB (Red+Green+Blue) = 28+110+102=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #1C6E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6E66 is #E39199. Grayscale: #545454. Windows color (decimal): -14913946 or 6712860. OLE color: 6712860.

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

Color convert

RGB 28 110 102 -
CMYK 0.75 0 0.07 0.57
HSL 174.15º 0.59% 0.27% -
HSV(B) 174.15º 0.75% 0.43% -
XYZ 8.45 12.36 14.51 -
YUV 84.57 137.83 87.65 -
System Red Green Blue C M Y K H S L
Decimal 28 110 102 0.75 0 0.07 0.57 174.15 0.59 0.27
Hex 1C 6E 66 4B 0 7 39 AE 3B 1B
Octal 34 156 146 113 0 7 71 256 73 33
Binary 11100 1101110 1100110 1001011 0 111 111001 10101110 111011 11011

Color Harmonies of #1C6E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6E66

Black with #1C6E66

Text Example


Text Example

White with #1C6E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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