Html Css Color HEX #1C6F63 Blue Stone

📋 copy color: '#1C6F63'

red 28 ◦ green 111 ◦ blue 99

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

Shades of Blue Stone #1C6F63

Tints of Blue Stone #1C6F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.64%

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

R = 11.76%
G = 46.64%
B = 41.6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#1C6F63 (or 0x1C6F63) is known color: Blue Stone. HEX triplet: 1C, 6F and 63. RGB value is (28,111,99). Sum of RGB (Red+Green+Blue) = 28+111+99=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 111 - color contains mainly: green. Hex color #1C6F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6F63 is #E3909C. Grayscale: #545454. Windows color (decimal): -14913693 or 6516508. OLE color: 6516508.

HSL color Cylindrical-coordinate representation of color #1C6F63: hue angle of 171.33º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6F63 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 111 99 -
CMYK 0.75 0 0.11 0.56
HSL 171.33º 0.6% 0.27% -
HSV(B) 171.33º 0.75% 0.44% -
XYZ 8.42 12.52 13.78 -
YUV 84.82 136 87.48 -
System Red Green Blue C M Y K H S L
Decimal 28 111 99 0.75 0 0.11 0.56 171.33 0.6 0.27
Hex 1C 6F 63 4B 0 B 38 AB 3C 1B
Octal 34 157 143 113 0 13 70 253 74 33
Binary 11100 1101111 1100011 1001011 0 1011 111000 10101011 111100 11011

Color Harmonies of #1C6F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6F63

Black with #1C6F63

Text Example


Text Example

White with #1C6F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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