#0D6062

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

Shades of Blue Stone #0D6062

Tints of Blue Stone #0D6062

Color information

#0D6062 (or 0x0D6062) is unknown color: approx Blue Stone. HEX triplet: 0D, 60 and 62. RGB value is (13,96,98). Sum of RGB (Red+Green+Blue) = 13+96+98=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #0D6062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6062 is #F29F9D. Grayscale: #474747. Windows color (decimal): -15900574 or 6447117. OLE color: 6447117.

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

Color convert

RGB139698-
CMYK0.870.0200.62
HSL181.41º76.58%21.76%-
HSV(B)181.41º86.73%38.43%-
XYZ6.559.3313.01-
YUV71.4114386.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.28%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=6.28%
G=46.38%
B=47.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1396980.870.0200.62181.4176.5821.76
HexD606257203Eb54d16
Octal15140142127207626511526
Binary110111000001100010101011110011111010110101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,96,98); }

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

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

 a { background-color: rgb(13,96,98); }

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

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

 span { border-color: rgb(13,96,98); }

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