#0B655C

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

Shades of Blue Stone #0B655C

Tints of Blue Stone #0B655C

Color information

#0B655C (or 0x0B655C) is unknown color: approx Blue Stone. HEX triplet: 0B, 65 and 5C. RGB value is (11,101,92). Sum of RGB (Red+Green+Blue) = 11+101+92=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #0B655C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B655C is #F49AA3. Grayscale: #494949. Windows color (decimal): -16030372 or 6055179. OLE color: 6055179.

HSL color Cylindrical-coordinate representation of color #0B655C: hue angle of 174º degrees, saturation: 0.8, 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 #0B655C is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB1110192-
CMYK0.8900.090.60
HSL174º80.36%21.96%-
HSV(B)174º89.11%39.61%-
XYZ6.7210.1511.73-
YUV73.06138.6883.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.39%
GREEN value IS 101 (39.84% from 255) = 49.51%
BLUE value IS 92 (36.33% from 255) = 45.10%
R=5.39%
G=49.51%
B=45.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11101920.8900.090.6017480.3621.96
HexB655C59093Cae5016
Octal131451341310117425612026
Binary10111100101101110010110010100111110010101110101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,101,92); }

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

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

 a { background-color: rgb(11,101,92); }

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

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

 span { border-color: rgb(11,101,92); }

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