#0C615B

Color #0C615B Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #0C615B

Tints of Blue Stone #0C615B

Color information

#0C615B (or 0x0C615B) is unknown color: approx Blue Stone. HEX triplet: 0C, 61 and 5B. RGB value is (12,97,91). Sum of RGB (Red+Green+Blue) = 12+97+91=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #0C615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C615B is #F39EA4. Grayscale: #464646. Windows color (decimal): -15965861 or 5988620. OLE color: 5988620.

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

Color convert

RGB129791-
CMYK0.8800.060.62
HSL175.76º77.98%21.37%-
HSV(B)175.76º87.63%38.04%-
XYZ6.319.3811.38-
YUV70.9139.3485.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6%
GREEN value IS 97 (38.28% from 255) = 48.5%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=6%
G=48.5%
B=45.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1297910.8800.060.62175.7677.9821.37
HexC615B58063Eb04e15
Octal14141133130067626011625
Binary1100110000110110111011000011011111010110000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C615B;
 }
 .AnyTagClassName
 {
   color: #0C615B;
 }
</style>
background-color css

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

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

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

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

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

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