#0663BA

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

Shades of Denim #0663BA

Tints of Denim #0663BA

Color information

#0663BA (or 0x0663BA) is unknown color: approx Denim. HEX triplet: 06, 63 and BA. RGB value is (6,99,186). Sum of RGB (Red+Green+Blue) = 6+99+186=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #0663BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0663BA is #F99C45. Grayscale: #505050. Windows color (decimal): -16358470 or 12215046. OLE color: 12215046.

HSL color Cylindrical-coordinate representation of color #0663BA: hue angle of 209º 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 #0663BA is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB699186-
CMYK0.970.4700.27
HSL209º93.75%37.65%-
HSV(B)209º96.77%72.94%-
XYZ13.412.5148.16-
YUV81.11187.1974.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.06%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 186 (73.05% from 255) = 63.92%
R=2.06%
G=34.02%
B=63.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6991860.970.4700.2720993.7537.65
Hex663BA612F01Bd15e26
Octal61432721415703332113646
Binary1101100011101110101100001101111011011110100011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0663BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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