Html Css Color HEX #0C6766 Blue Stone

📋 copy color: '#0C6766'

red 12 ◦ green 103 ◦ blue 102

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

Shades of Blue Stone #0C6766

Tints of Blue Stone #0C6766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.47%

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

R = 5.53%
G = 47.47%
B = 47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#0C6766 (or 0x0C6766) is known color: Blue Stone. HEX triplet: 0C, 67 and 66. RGB value is (12,103,102). Sum of RGB (Red+Green+Blue) = 12+103+102=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 103 - color contains mainly: green. Hex color #0C6766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6766 is #F39899. Grayscale: #4B4B4B. Windows color (decimal): -15964314 or 6711052. OLE color: 6711052.

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

Color convert

RGB 12 103 102 -
CMYK 0.88 0 0.01 0.60
HSL 179.34º 0.79% 0.23% -
HSV(B) 179.34º 0.88% 0.4% -
XYZ 7.4 10.74 14.25 -
YUV 75.68 142.85 82.58 -
System Red Green Blue C M Y K H S L
Decimal 12 103 102 0.88 0 0.01 0.60 179.34 0.79 0.23
Hex C 67 66 58 0 1 3C B3 4F 17
Octal 14 147 146 130 0 1 74 263 117 27
Binary 1100 1100111 1100110 1011000 0 1 111100 10110011 1001111 10111

Color Harmonies of #0C6766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6766

Black with #0C6766

Text Example


Text Example

White with #0C6766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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