#0C625B

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

Shades of Blue Stone #0C625B

Tints of Blue Stone #0C625B

Color information

#0C625B (or 0x0C625B) is unknown color: approx Blue Stone. HEX triplet: 0C, 62 and 5B. RGB value is (12,98,91). Sum of RGB (Red+Green+Blue) = 12+98+91=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #0C625B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C625B is #F39DA4. Grayscale: #474747. Windows color (decimal): -15965605 or 5988876. OLE color: 5988876.

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

Color convert

RGB129891-
CMYK0.8800.070.62
HSL175.12º78.18%21.57%-
HSV(B)175.12º87.76%38.43%-
XYZ6.419.5711.41-
YUV71.49139.0185.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.97%
GREEN value IS 98 (38.67% from 255) = 48.76%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=5.97%
G=48.76%
B=45.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1298910.8800.070.62175.1278.1821.57
HexC625B58073Eaf4e16
Octal14142133130077625711626
Binary1100110001010110111011000011111111010101111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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