Html Css Color HEX #1E6B61 Blue Stone

📋 copy color: '#1E6B61'

red 30 ◦ green 107 ◦ blue 97

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

Shades of Blue Stone #1E6B61

Tints of Blue Stone #1E6B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.73%

 BLUE value IS 97 (38.28% from 255) = 41.45%

R = 12.82%
G = 45.73%
B = 41.45%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#1E6B61 (or 0x1E6B61) is known color: Blue Stone. HEX triplet: 1E, 6B and 61. RGB value is (30,107,97). Sum of RGB (Red+Green+Blue) = 30+107+97=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6B61 is #E1949E. Grayscale: #525252. Windows color (decimal): -14783647 or 6384414. OLE color: 6384414.

HSL color Cylindrical-coordinate representation of color #1E6B61: hue angle of 172.21º degrees, saturation: 0.56, 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 #1E6B61 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 30 107 97 -
CMYK 0.72 0 0.09 0.58
HSL 172.21º 0.56% 0.27% -
HSV(B) 172.21º 0.72% 0.42% -
XYZ 7.95 11.65 13.14 -
YUV 82.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 30 107 97 0.72 0 0.09 0.58 172.21 0.56 0.27
Hex 1E 6B 61 48 0 9 3A AC 38 1B
Octal 36 153 141 110 0 11 72 254 70 33
Binary 11110 1101011 1100001 1001000 0 1001 111010 10101100 111000 11011

Color Harmonies of #1E6B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6B61

Black with #1E6B61

Text Example


Text Example

White with #1E6B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,107,97); }

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

background-color css

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

 a { background-color: rgb(30,107,97); }

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

border-color css

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

 span { border-color: rgb(30,107,97); }

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