#0B6766

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

Shades of Blue Stone #0B6766

Tints of Blue Stone #0B6766

Color information

#0B6766 (or 0x0B6766) is unknown color: approx Blue Stone. HEX triplet: 0B, 67 and 66. RGB value is (11,103,102). Sum of RGB (Red+Green+Blue) = 11+103+102=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 103 - color contains mainly: green. Hex color #0B6766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6766 is #F49899. Grayscale: #4B4B4B. Windows color (decimal): -16029850 or 6711051. OLE color: 6711051.

HSL color Cylindrical-coordinate representation of color #0B6766: hue angle of 179.35º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6766 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB11103102-
CMYK0.8900.010.60
HSL179.35º80.7%22.35%-
HSV(B)179.35º89.32%40.39%-
XYZ7.3910.7314.25-
YUV75.38143.0282.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.09%
GREEN value IS 103 (40.62% from 255) = 47.69%
BLUE value IS 102 (40.23% from 255) = 47.22%
R=5.09%
G=47.69%
B=47.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal111031020.8900.010.60179.3580.722.35
HexB676659013Cb35116
Octal13147146131017426312126
Binary10111100111110011010110010111110010110011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,103,102); }

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

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

 a { background-color: rgb(11,103,102); }

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

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

 span { border-color: rgb(11,103,102); }

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