Html Css Color HEX #1C6763 Blue Stone

📋 copy color: '#1C6763'

red 28 ◦ green 103 ◦ blue 99

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

Shades of Blue Stone #1C6763

Tints of Blue Stone #1C6763

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.78%

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

R = 12.17%
G = 44.78%
B = 43.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#1C6763 (or 0x1C6763) is known color: Blue Stone. HEX triplet: 1C, 67 and 63. RGB value is (28,103,99). Sum of RGB (Red+Green+Blue) = 28+103+99=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 103 - color contains mainly: green. Hex color #1C6763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6763 is #E3989C. Grayscale: #505050. Windows color (decimal): -14915741 or 6514460. OLE color: 6514460.

HSL color Cylindrical-coordinate representation of color #1C6763: hue angle of 176.8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6763 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 28 103 99 -
CMYK 0.73 0 0.04 0.60
HSL 176.8º 0.57% 0.26% -
HSV(B) 176.8º 0.73% 0.4% -
XYZ 7.58 10.85 13.5 -
YUV 80.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 28 103 99 0.73 0 0.04 0.60 176.8 0.57 0.26
Hex 1C 67 63 49 0 4 3C B1 39 1A
Octal 34 147 143 111 0 4 74 261 71 32
Binary 11100 1100111 1100011 1001001 0 100 111100 10110001 111001 11010

Color Harmonies of #1C6763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6763

Black with #1C6763

Text Example


Text Example

White with #1C6763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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