Html Css Color HEX #1E6C60 Blue Stone

📋 copy color: '#1E6C60'

red 30 ◦ green 108 ◦ blue 96

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

Shades of Blue Stone #1E6C60

Tints of Blue Stone #1E6C60

RGB

 RED value IS 30 (12.11% from 255) = 12.82%

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

 BLUE value IS 96 (37.89% from 255) = 41.03%

R = 12.82%
G = 46.15%
B = 41.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#1E6C60 (or 0x1E6C60) is known color: Blue Stone. HEX triplet: 1E, 6C and 60. RGB value is (30,108,96). Sum of RGB (Red+Green+Blue) = 30+108+96=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #1E6C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6C60 is #E1939F. Grayscale: #535353. Windows color (decimal): -14783392 or 6319134. OLE color: 6319134.

HSL color Cylindrical-coordinate representation of color #1E6C60: hue angle of 170.77º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6C60 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 30 108 96 -
CMYK 0.72 0 0.11 0.58
HSL 170.77º 0.57% 0.27% -
HSV(B) 170.77º 0.72% 0.42% -
XYZ 8.01 11.85 12.93 -
YUV 83.31 135.16 89.98 -
System Red Green Blue C M Y K H S L
Decimal 30 108 96 0.72 0 0.11 0.58 170.77 0.57 0.27
Hex 1E 6C 60 48 0 B 3A AB 39 1B
Octal 36 154 140 110 0 13 72 253 71 33
Binary 11110 1101100 1100000 1001000 0 1011 111010 10101011 111001 11011

Color Harmonies of #1E6C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6C60

Black with #1E6C60

Text Example


Text Example

White with #1E6C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,108,96); }

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

background-color css

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

 a { background-color: rgb(30,108,96); }

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

border-color css

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

 span { border-color: rgb(30,108,96); }

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