Html Css Color HEX #0C6E69 Blue Stone

📋 copy color: '#0C6E69'

red 12 ◦ green 110 ◦ blue 105

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

Shades of Blue Stone #0C6E69

Tints of Blue Stone #0C6E69

RGB

 RED value IS 12 (5.08% from 255) = 5.29%

 GREEN value IS 110 (43.36% from 255) = 48.46%

 BLUE value IS 105 (41.41% from 255) = 46.26%

R = 5.29%
G = 48.46%
B = 46.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#0C6E69 (or 0x0C6E69) is known color: Blue Stone. HEX triplet: 0C, 6E and 69. RGB value is (12,110,105). Sum of RGB (Red+Green+Blue) = 12+110+105=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 110 - color contains mainly: green. Hex color #0C6E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6E69 is #F39196. Grayscale: #505050. Windows color (decimal): -15962519 or 6909452. OLE color: 6909452.

HSL color Cylindrical-coordinate representation of color #0C6E69: hue angle of 176.94º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6E69 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 110 105 -
CMYK 0.89 0 0.05 0.57
HSL 176.94º 0.8% 0.24% -
HSV(B) 176.94º 0.89% 0.43% -
XYZ 8.28 12.25 15.29 -
YUV 80.13 142.03 79.41 -
System Red Green Blue C M Y K H S L
Decimal 12 110 105 0.89 0 0.05 0.57 176.94 0.8 0.24
Hex C 6E 69 59 0 5 39 B1 50 18
Octal 14 156 151 131 0 5 71 261 120 30
Binary 1100 1101110 1101001 1011001 0 101 111001 10110001 1010000 11000

Color Harmonies of #0C6E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6E69

Black with #0C6E69

Text Example


Text Example

White with #0C6E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,110,105); }

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

background-color css

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

 a { background-color: rgb(12,110,105); }

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

border-color css

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

 span { border-color: rgb(12,110,105); }

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