Html Css Color HEX #0C605E Blue Stone

📋 copy color: '#0C605E'

red 12 ◦ green 96 ◦ blue 94

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

Shades of Blue Stone #0C605E

Tints of Blue Stone #0C605E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.52%

 BLUE value IS 94 (37.11% from 255) = 46.53%

R = 5.94%
G = 47.52%
B = 46.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#0C605E (or 0x0C605E) is known color: Blue Stone. HEX triplet: 0C, 60 and 5E. RGB value is (12,96,94). Sum of RGB (Red+Green+Blue) = 12+96+94=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #0C605E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C605E is #F39FA1. Grayscale: #464646. Windows color (decimal): -15966114 or 6184972. OLE color: 6184972.

HSL color Cylindrical-coordinate representation of color #0C605E: hue angle of 178.57º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C605E is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 96 94 -
CMYK 0.88 0 0.02 0.62
HSL 178.57º 0.78% 0.21% -
HSV(B) 178.57º 0.88% 0.38% -
XYZ 6.35 9.25 12.04 -
YUV 70.66 141.17 86.16 -
System Red Green Blue C M Y K H S L
Decimal 12 96 94 0.88 0 0.02 0.62 178.57 0.78 0.21
Hex C 60 5E 58 0 2 3E B3 4E 15
Octal 14 140 136 130 0 2 76 263 116 25
Binary 1100 1100000 1011110 1011000 0 10 111110 10110011 1001110 10101

Color Harmonies of #0C605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C605E

Black with #0C605E

Text Example


Text Example

White with #0C605E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,96,94); }

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

background-color css

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

 a { background-color: rgb(12,96,94); }

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

border-color css

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

 span { border-color: rgb(12,96,94); }

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