Html Css Color HEX #1C6163 Blue Stone

📋 copy color: '#1C6163'

red 28 ◦ green 97 ◦ blue 99

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

Shades of Blue Stone #1C6163

Tints of Blue Stone #1C6163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.3%

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

R = 12.5%
G = 43.3%
B = 44.2%

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1C6163 (or 0x1C6163) is known color: Blue Stone. HEX triplet: 1C, 61 and 63. RGB value is (28,97,99). Sum of RGB (Red+Green+Blue) = 28+97+99=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C6163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6163 is #E39E9C. Grayscale: #4C4C4C. Windows color (decimal): -14917277 or 6512924. OLE color: 6512924.

HSL color Cylindrical-coordinate representation of color #1C6163: hue angle of 181.69º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6163 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 28 97 99 -
CMYK 0.72 0.02 0 0.61
HSL 181.69º 0.56% 0.25% -
HSV(B) 181.69º 0.72% 0.39% -
XYZ 7.01 9.7 13.31 -
YUV 76.6 140.64 93.34 -
System Red Green Blue C M Y K H S L
Decimal 28 97 99 0.72 0.02 0 0.61 181.69 0.56 0.25
Hex 1C 61 63 48 2 0 3D B6 38 19
Octal 34 141 143 110 2 0 75 266 70 31
Binary 11100 1100001 1100011 1001000 10 0 111101 10110110 111000 11001

Color Harmonies of #1C6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6163

Black with #1C6163

Text Example


Text Example

White with #1C6163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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