Html Css Color HEX #0C6764 Blue Stone

📋 copy color: '#0C6764'

red 12 ◦ green 103 ◦ blue 100

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

Shades of Blue Stone #0C6764

Tints of Blue Stone #0C6764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 46.51%

R = 5.58%
G = 47.91%
B = 46.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#0C6764 (or 0x0C6764) is known color: Blue Stone. HEX triplet: 0C, 67 and 64. RGB value is (12,103,100). Sum of RGB (Red+Green+Blue) = 12+103+100=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 103 - color contains mainly: green. Hex color #0C6764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6764 is #F3989B. Grayscale: #4B4B4B. Windows color (decimal): -15964316 or 6579980. OLE color: 6579980.

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

Color convert

RGB 12 103 100 -
CMYK 0.88 0 0.03 0.60
HSL 178.02º 0.79% 0.23% -
HSV(B) 178.02º 0.88% 0.4% -
XYZ 7.3 10.7 13.74 -
YUV 75.45 141.85 82.74 -
System Red Green Blue C M Y K H S L
Decimal 12 103 100 0.88 0 0.03 0.60 178.02 0.79 0.23
Hex C 67 64 58 0 3 3C B2 4F 17
Octal 14 147 144 130 0 3 74 262 117 27
Binary 1100 1100111 1100100 1011000 0 11 111100 10110010 1001111 10111

Color Harmonies of #0C6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6764

Black with #0C6764

Text Example


Text Example

White with #0C6764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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