#0663AC

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

Shades of Denim #0663AC

Tints of Denim #0663AC

Color information

#0663AC (or 0x0663AC) is unknown color: approx Denim. HEX triplet: 06, 63 and AC. RGB value is (6,99,172). Sum of RGB (Red+Green+Blue) = 6+99+172=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #0663AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0663AC is #F99C53. Grayscale: #4F4F4F. Windows color (decimal): -16358484 or 11297542. OLE color: 11297542.

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

Color convert

RGB699172-
CMYK0.970.4200.33
HSL206.39º93.26%34.9%-
HSV(B)206.39º96.51%67.45%-
XYZ11.9811.9440.7-
YUV79.52180.1975.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 172 (67.58% from 255) = 62.09%
R=2.17%
G=35.74%
B=62.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6991720.970.4200.33206.3993.2634.9
Hex663AC612A021ce5d23
Octal61432541415204131613543
Binary11011000111010110011000011010100100001110011101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0663AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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