Html Css Color HEX #0E6663 Blue Stone

📋 copy color: '#0E6663'

red 14 ◦ green 102 ◦ blue 99

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

Shades of Blue Stone #0E6663

Tints of Blue Stone #0E6663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.44%

 BLUE value IS 99 (39.06% from 255) = 46.05%

R = 6.51%
G = 47.44%
B = 46.05%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#0E6663 (or 0x0E6663) is known color: Blue Stone. HEX triplet: 0E, 66 and 63. RGB value is (14,102,99). Sum of RGB (Red+Green+Blue) = 14+102+99=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6663 is #F1999C. Grayscale: #4B4B4B. Windows color (decimal): -15833501 or 6514190. OLE color: 6514190.

HSL color Cylindrical-coordinate representation of color #0E6663: hue angle of 177.95º 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 #0E6663 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 14 102 99 -
CMYK 0.86 0 0.03 0.6
HSL 177.95º 0.76% 0.23% -
HSV(B) 177.95º 0.86% 0.4% -
XYZ 7.18 10.5 13.45 -
YUV 75.35 141.35 84.24 -
System Red Green Blue C M Y K H S L
Decimal 14 102 99 0.86 0 0.03 0.6 177.95 0.76 0.23
Hex E 66 63 56 0 3 3C B2 4C 17
Octal 16 146 143 126 0 3 74 262 114 27
Binary 1110 1100110 1100011 1010110 0 11 111100 10110010 1001100 10111

Color Harmonies of #0E6663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6663

Black with #0E6663

Text Example


Text Example

White with #0E6663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,102,99); }

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

background-color css

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

 a { background-color: rgb(14,102,99); }

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

border-color css

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

 span { border-color: rgb(14,102,99); }

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