#0B6663

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

Shades of Blue Stone #0B6663

Tints of Blue Stone #0B6663

Color information

#0B6663 (or 0x0B6663) is unknown color: approx Blue Stone. HEX triplet: 0B, 66 and 63. RGB value is (11,102,99). Sum of RGB (Red+Green+Blue) = 11+102+99=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #0B6663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6663 is #F4999C. Grayscale: #4A4A4A. Windows color (decimal): -16030109 or 6514187. OLE color: 6514187.

HSL color Cylindrical-coordinate representation of color #0B6663: hue angle of 178.02º 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 #0B6663 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB1110299-
CMYK0.8900.030.6
HSL178.02º80.53%22.16%-
HSV(B)178.02º89.22%40%-
XYZ7.1410.4713.45-
YUV74.45141.8582.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.19%
GREEN value IS 102 (40.23% from 255) = 48.11%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=5.19%
G=48.11%
B=46.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal11102990.8900.030.6178.0280.5322.16
HexB666359033Cb25116
Octal13146143131037426212126
Binary101111001101100011101100101111110010110010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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