#0D6F68

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

Shades of Blue Stone #0D6F68

Tints of Blue Stone #0D6F68

Color information

#0D6F68 (or 0x0D6F68) is unknown color: approx Blue Stone. HEX triplet: 0D, 6F and 68. RGB value is (13,111,104). Sum of RGB (Red+Green+Blue) = 13+111+104=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #0D6F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6F68 is #F29097. Grayscale: #505050. Windows color (decimal): -15896728 or 6844173. OLE color: 6844173.

HSL color Cylindrical-coordinate representation of color #0D6F68: hue angle of 175.71º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6F68 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB13111104-
CMYK0.8800.060.56
HSL175.71º79.03%24.31%-
HSV(B)175.71º88.29%43.53%-
XYZ8.3512.4515.06-
YUV80.9141.0379.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.70%
GREEN value IS 111 (43.75% from 255) = 48.68%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=5.70%
G=48.68%
B=45.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal131111040.8800.060.56175.7179.0324.31
HexD6F68580638b04f18
Octal15157150130067026011730
Binary1101110111111010001011000011011100010110000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,111,104); }

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

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

 a { background-color: rgb(13,111,104); }

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

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

 span { border-color: rgb(13,111,104); }

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