Html Css Color HEX #0C6861 Blue Stone

📋 copy color: '#0C6861'

red 12 ◦ green 104 ◦ blue 97

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

Shades of Blue Stone #0C6861

Tints of Blue Stone #0C6861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.83%

 BLUE value IS 97 (38.28% from 255) = 45.54%

R = 5.63%
G = 48.83%
B = 45.54%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#0C6861 (or 0x0C6861) is known color: Blue Stone. HEX triplet: 0C, 68 and 61. RGB value is (12,104,97). Sum of RGB (Red+Green+Blue) = 12+104+97=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #0C6861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6861 is #F3979E. Grayscale: #4B4B4B. Windows color (decimal): -15964063 or 6383628. OLE color: 6383628.

HSL color Cylindrical-coordinate representation of color #0C6861: hue angle of 175.43º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6861 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 104 97 -
CMYK 0.88 0 0.07 0.59
HSL 175.43º 0.79% 0.23% -
HSV(B) 175.43º 0.88% 0.41% -
XYZ 7.26 10.84 13.02 -
YUV 75.69 140.02 82.57 -
System Red Green Blue C M Y K H S L
Decimal 12 104 97 0.88 0 0.07 0.59 175.43 0.79 0.23
Hex C 68 61 58 0 7 3B AF 4F 17
Octal 14 150 141 130 0 7 73 257 117 27
Binary 1100 1101000 1100001 1011000 0 111 111011 10101111 1001111 10111

Color Harmonies of #0C6861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6861

Black with #0C6861

Text Example


Text Example

White with #0C6861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,104,97); }

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

background-color css

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

 a { background-color: rgb(12,104,97); }

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

border-color css

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

 span { border-color: rgb(12,104,97); }

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