Html Css Color HEX #1E6B68 Blue Stone

📋 copy color: '#1E6B68'

red 30 ◦ green 107 ◦ blue 104

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

Shades of Blue Stone #1E6B68

Tints of Blue Stone #1E6B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.15%

R = 12.45%
G = 44.4%
B = 43.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#1E6B68 (or 0x1E6B68) is known color: Blue Stone. HEX triplet: 1E, 6B and 68. RGB value is (30,107,104). Sum of RGB (Red+Green+Blue) = 30+107+104=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6B68 is #E19497. Grayscale: #535353. Windows color (decimal): -14783640 or 6843166. OLE color: 6843166.

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

Color convert

RGB 30 107 104 -
CMYK 0.72 0 0.03 0.58
HSL 177.66º 0.56% 0.27% -
HSV(B) 177.66º 0.72% 0.42% -
XYZ 8.29 11.79 14.94 -
YUV 83.64 139.49 89.74 -
System Red Green Blue C M Y K H S L
Decimal 30 107 104 0.72 0 0.03 0.58 177.66 0.56 0.27
Hex 1E 6B 68 48 0 3 3A B2 38 1B
Octal 36 153 150 110 0 3 72 262 70 33
Binary 11110 1101011 1101000 1001000 0 11 111010 10110010 111000 11011

Color Harmonies of #1E6B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6B68

Black with #1E6B68

Text Example


Text Example

White with #1E6B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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