Html Css Color HEX #1C695E Blue Stone

📋 copy color: '#1C695E'

red 28 ◦ green 105 ◦ blue 94

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

Shades of Blue Stone #1C695E

Tints of Blue Stone #1C695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.26%

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 12.33%
G = 46.26%
B = 41.41%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#1C695E (or 0x1C695E) is known color: Blue Stone. HEX triplet: 1C, 69 and 5E. RGB value is (28,105,94). Sum of RGB (Red+Green+Blue) = 28+105+94=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #1C695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C695E is #E396A1. Grayscale: #505050. Windows color (decimal): -14915234 or 6187292. OLE color: 6187292.

HSL color Cylindrical-coordinate representation of color #1C695E: hue angle of 171.43º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C695E is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 28 105 94 -
CMYK 0.73 0 0.10 0.59
HSL 171.43º 0.58% 0.26% -
HSV(B) 171.43º 0.73% 0.41% -
XYZ 7.55 11.16 12.35 -
YUV 80.72 135.49 90.39 -
System Red Green Blue C M Y K H S L
Decimal 28 105 94 0.73 0 0.10 0.59 171.43 0.58 0.26
Hex 1C 69 5E 49 0 A 3B AB 3A 1A
Octal 34 151 136 111 0 12 73 253 72 32
Binary 11100 1101001 1011110 1001001 0 1010 111011 10101011 111010 11010

Color Harmonies of #1C695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C695E

Black with #1C695E

Text Example


Text Example

White with #1C695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,105,94); }

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

background-color css

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

 a { background-color: rgb(28,105,94); }

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

border-color css

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

 span { border-color: rgb(28,105,94); }

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