Html Css Color HEX #0C615E Blue Stone

📋 copy color: '#0C615E'

red 12 ◦ green 97 ◦ blue 94

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

Shades of Blue Stone #0C615E

Tints of Blue Stone #0C615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.78%

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

R = 5.91%
G = 47.78%
B = 46.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#0C615E (or 0x0C615E) is known color: Blue Stone. HEX triplet: 0C, 61 and 5E. RGB value is (12,97,94). Sum of RGB (Red+Green+Blue) = 12+97+94=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #0C615E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C615E is #F39EA1. Grayscale: #474747. Windows color (decimal): -15965858 or 6185228. OLE color: 6185228.

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

Color convert

RGB 12 97 94 -
CMYK 0.88 0 0.03 0.62
HSL 177.88º 0.78% 0.21% -
HSV(B) 177.88º 0.88% 0.38% -
XYZ 6.45 9.44 12.07 -
YUV 71.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 12 97 94 0.88 0 0.03 0.62 177.88 0.78 0.21
Hex C 61 5E 58 0 3 3E B2 4E 15
Octal 14 141 136 130 0 3 76 262 116 25
Binary 1100 1100001 1011110 1011000 0 11 111110 10110010 1001110 10101

Color Harmonies of #0C615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C615E

Black with #0C615E

Text Example


Text Example

White with #0C615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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