Html Css Color HEX #0E6067 Blue Stone

📋 copy color: '#0E6067'

red 14 ◦ green 96 ◦ blue 103

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

Shades of Blue Stone #0E6067

Tints of Blue Stone #0E6067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.07%

 BLUE value IS 103 (40.63% from 255) = 48.36%

R = 6.57%
G = 45.07%
B = 48.36%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0E6067 (or 0x0E6067) is known color: Blue Stone. HEX triplet: 0E, 60 and 67. RGB value is (14,96,103). Sum of RGB (Red+Green+Blue) = 14+96+103=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #0E6067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6067 is #F19F98. Grayscale: #484848. Windows color (decimal): -15835033 or 6774798. OLE color: 6774798.

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

Color convert

RGB 14 96 103 -
CMYK 0.86 0.07 0 0.60
HSL 184.72º 0.76% 0.23% -
HSV(B) 184.72º 0.86% 0.4% -
XYZ 6.81 9.44 14.29 -
YUV 72.28 145.33 86.43 -
System Red Green Blue C M Y K H S L
Decimal 14 96 103 0.86 0.07 0 0.60 184.72 0.76 0.23
Hex E 60 67 56 7 0 3C B9 4C 17
Octal 16 140 147 126 7 0 74 271 114 27
Binary 1110 1100000 1100111 1010110 111 0 111100 10111001 1001100 10111

Color Harmonies of #0E6067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6067

Black with #0E6067

Text Example


Text Example

White with #0E6067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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