Html Css Color HEX #1C6C63 Blue Stone

📋 copy color: '#1C6C63'

red 28 ◦ green 108 ◦ blue 99

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

Shades of Blue Stone #1C6C63

Tints of Blue Stone #1C6C63

RGB

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

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

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

R = 11.91%
G = 45.96%
B = 42.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#1C6C63 (or 0x1C6C63) is known color: Blue Stone. HEX triplet: 1C, 6C and 63. RGB value is (28,108,99). Sum of RGB (Red+Green+Blue) = 28+108+99=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 108 - color contains mainly: green. Hex color #1C6C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6C63 is #E3939C. Grayscale: #535353. Windows color (decimal): -14914461 or 6515740. OLE color: 6515740.

HSL color Cylindrical-coordinate representation of color #1C6C63: hue angle of 173.25º 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 #1C6C63 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 28 108 99 -
CMYK 0.74 0 0.08 0.58
HSL 173.25º 0.59% 0.27% -
HSV(B) 173.25º 0.74% 0.42% -
XYZ 8.09 11.87 13.67 -
YUV 83.05 137 88.73 -
System Red Green Blue C M Y K H S L
Decimal 28 108 99 0.74 0 0.08 0.58 173.25 0.59 0.27
Hex 1C 6C 63 4A 0 8 3A AD 3B 1B
Octal 34 154 143 112 0 10 72 255 73 33
Binary 11100 1101100 1100011 1001010 0 1000 111010 10101101 111011 11011

Color Harmonies of #1C6C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6C63

Black with #1C6C63

Text Example


Text Example

White with #1C6C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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