Html Css Color HEX #0C6A66 Blue Stone

📋 copy color: '#0C6A66'

red 12 ◦ green 106 ◦ blue 102

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

Shades of Blue Stone #0C6A66

Tints of Blue Stone #0C6A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.18%

 BLUE value IS 102 (40.23% from 255) = 46.36%

R = 5.45%
G = 48.18%
B = 46.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#0C6A66 (or 0x0C6A66) is known color: Blue Stone. HEX triplet: 0C, 6A and 66. RGB value is (12,106,102). Sum of RGB (Red+Green+Blue) = 12+106+102=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #0C6A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6A66 is #F39599. Grayscale: #4D4D4D. Windows color (decimal): -15963546 or 6711820. OLE color: 6711820.

HSL color Cylindrical-coordinate representation of color #0C6A66: hue angle of 177.45º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6A66 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 106 102 -
CMYK 0.89 0 0.04 0.58
HSL 177.45º 0.8% 0.23% -
HSV(B) 177.45º 0.89% 0.42% -
XYZ 7.7 11.35 14.35 -
YUV 77.44 141.86 81.33 -
System Red Green Blue C M Y K H S L
Decimal 12 106 102 0.89 0 0.04 0.58 177.45 0.8 0.23
Hex C 6A 66 59 0 4 3A B1 50 17
Octal 14 152 146 131 0 4 72 261 120 27
Binary 1100 1101010 1100110 1011001 0 100 111010 10110001 1010000 10111

Color Harmonies of #0C6A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6A66

Black with #0C6A66

Text Example


Text Example

White with #0C6A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,106,102); }

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

background-color css

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

 a { background-color: rgb(12,106,102); }

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

border-color css

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

 span { border-color: rgb(12,106,102); }

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