#0666BA

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

Shades of Denim #0666BA

Tints of Denim #0666BA

Color information

#0666BA (or 0x0666BA) is unknown color: approx Denim. HEX triplet: 06, 66 and BA. RGB value is (6,102,186). Sum of RGB (Red+Green+Blue) = 6+102+186=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #0666BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0666BA is #F99945. Grayscale: #525252. Windows color (decimal): -16357702 or 12215814. OLE color: 12215814.

HSL color Cylindrical-coordinate representation of color #0666BA: hue angle of 208º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0666BA is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6102186-
CMYK0.970.4500.27
HSL208º93.75%37.65%-
HSV(B)208º96.77%72.94%-
XYZ13.6913.0948.26-
YUV82.87186.273.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.04%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 186 (73.05% from 255) = 63.27%
R=2.04%
G=34.69%
B=63.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61021860.970.4500.2720893.7537.65
Hex666BA612D01Bd05e26
Octal61462721415503332013646
Binary1101100110101110101100001101101011011110100001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0666BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0666BA; }

 p { color: rgb(6,102,186); }

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

<style>
 a { background-color: #0666BA; }

 a { background-color: rgb(6,102,186); }

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

<style>
 span { border-color: #0666BA; }

 span { border-color: rgb(6,102,186); }

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