Html Css Color HEX #0E6764 Blue Stone

📋 copy color: '#0E6764'

red 14 ◦ green 103 ◦ blue 100

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

Shades of Blue Stone #0E6764

Tints of Blue Stone #0E6764

RGB

 RED value IS 14 (5.86% from 255) = 6.45%

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

 BLUE value IS 100 (39.45% from 255) = 46.08%

R = 6.45%
G = 47.47%
B = 46.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#0E6764 (or 0x0E6764) is known color: Blue Stone. HEX triplet: 0E, 67 and 64. RGB value is (14,103,100). Sum of RGB (Red+Green+Blue) = 14+103+100=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 103 - color contains mainly: green. Hex color #0E6764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6764 is #F1989B. Grayscale: #4B4B4B. Windows color (decimal): -15833244 or 6579982. OLE color: 6579982.

HSL color Cylindrical-coordinate representation of color #0E6764: hue angle of 177.98º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6764 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 14 103 100 -
CMYK 0.86 0 0.03 0.60
HSL 177.98º 0.76% 0.23% -
HSV(B) 177.98º 0.86% 0.4% -
XYZ 7.33 10.71 13.74 -
YUV 76.05 141.51 83.74 -
System Red Green Blue C M Y K H S L
Decimal 14 103 100 0.86 0 0.03 0.60 177.98 0.76 0.23
Hex E 67 64 56 0 3 3C B2 4C 17
Octal 16 147 144 126 0 3 74 262 114 27
Binary 1110 1100111 1100100 1010110 0 11 111100 10110010 1001100 10111

Color Harmonies of #0E6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6764

Black with #0E6764

Text Example


Text Example

White with #0E6764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E6764; }

 p { color: rgb(14,103,100); }

 H1.HeaderClassName
 {
   color: #0E6764;
 }
 .AnyTagClassName
 {
   color: #0E6764;
 }
</style>

background-color css

<style>
 a { background-color: #0E6764; }

 a { background-color: rgb(14,103,100); }

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

border-color css

<style>
 span { border-color: #0E6764; }

 span { border-color: rgb(14,103,100); }

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