#0656BD

Color #0656BD Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0656BD

Tints of Denim #0656BD

Color information

#0656BD (or 0x0656BD) is unknown color: approx Denim. HEX triplet: 06, 56 and BD. RGB value is (6,86,189). Sum of RGB (Red+Green+Blue) = 6+86+189=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #0656BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0656BD is #F9A942. Grayscale: #494949. Windows color (decimal): -16361795 or 12408326. OLE color: 12408326.

HSL color Cylindrical-coordinate representation of color #0656BD: hue angle of 213.77º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0656BD is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB686189-
CMYK0.970.5400.26
HSL213.77º93.85%38.24%-
HSV(B)213.77º96.83%74.12%-
XYZ12.5910.3749.48-
YUV73.8219379.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 189 (74.22% from 255) = 67.26%
R=2.14%
G=30.60%
B=67.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6861890.970.5400.26213.7793.8538.24
Hex656BD613601Ad65e26
Octal61262751416603232613646
Binary1101010110101111011100001110110011010110101101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0656BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0656BD; }

 p { color: rgb(6,86,189); }

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

<style>
 a { background-color: #0656BD; }

 a { background-color: rgb(6,86,189); }

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

<style>
 span { border-color: #0656BD; }

 span { border-color: rgb(6,86,189); }

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