#0661AC

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

Shades of Denim #0661AC

Tints of Denim #0661AC

Color information

#0661AC (or 0x0661AC) is unknown color: approx Denim. HEX triplet: 06, 61 and AC. RGB value is (6,97,172). Sum of RGB (Red+Green+Blue) = 6+97+172=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #0661AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0661AC is #F99E53. Grayscale: #4D4D4D. Windows color (decimal): -16358996 or 11297030. OLE color: 11297030.

HSL color Cylindrical-coordinate representation of color #0661AC: hue angle of 207.11º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0661AC is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB697172-
CMYK0.970.4400.33
HSL207.11º93.26%34.9%-
HSV(B)207.11º96.51%67.45%-
XYZ11.811.5740.64-
YUV78.34180.8576.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.18%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 172 (67.58% from 255) = 62.55%
R=2.18%
G=35.27%
B=62.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6971720.970.4400.33207.1193.2634.9
Hex661AC612C021cf5d23
Octal61412541415404131713543
Binary11011000011010110011000011011000100001110011111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0661AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0661AC; }

 p { color: rgb(6,97,172); }

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

<style>
 a { background-color: #0661AC; }

 a { background-color: rgb(6,97,172); }

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

<style>
 span { border-color: #0661AC; }

 span { border-color: rgb(6,97,172); }

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