Html Css Color HEX #0C625D Blue Stone

📋 copy color: '#0C625D'

red 12 ◦ green 98 ◦ blue 93

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

Shades of Blue Stone #0C625D

Tints of Blue Stone #0C625D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.28%

 BLUE value IS 93 (36.72% from 255) = 45.81%

R = 5.91%
G = 48.28%
B = 45.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#0C625D (or 0x0C625D) is known color: Blue Stone. HEX triplet: 0C, 62 and 5D. RGB value is (12,98,93). Sum of RGB (Red+Green+Blue) = 12+98+93=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #0C625D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C625D is #F39DA2. Grayscale: #474747. Windows color (decimal): -15965603 or 6119948. OLE color: 6119948.

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

Color convert

RGB 12 98 93 -
CMYK 0.88 0 0.05 0.62
HSL 176.51º 0.78% 0.22% -
HSV(B) 176.51º 0.88% 0.38% -
XYZ 6.5 9.6 11.87 -
YUV 71.72 140.01 85.41 -
System Red Green Blue C M Y K H S L
Decimal 12 98 93 0.88 0 0.05 0.62 176.51 0.78 0.22
Hex C 62 5D 58 0 5 3E B1 4E 16
Octal 14 142 135 130 0 5 76 261 116 26
Binary 1100 1100010 1011101 1011000 0 101 111110 10110001 1001110 10110

Color Harmonies of #0C625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C625D

Black with #0C625D

Text Example


Text Example

White with #0C625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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