#0663B1

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

Shades of Denim #0663B1

Tints of Denim #0663B1

Color information

#0663B1 (or 0x0663B1) is unknown color: approx Denim. HEX triplet: 06, 63 and B1. RGB value is (6,99,177). Sum of RGB (Red+Green+Blue) = 6+99+177=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 177 (69.53% from 255 or 62.77% from 282); Max value from RGB is 177 - color contains mainly: blue. Hex color #0663B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0663B1 is #F99C4E. Grayscale: #4F4F4F. Windows color (decimal): -16358479 or 11625222. OLE color: 11625222.

HSL color Cylindrical-coordinate representation of color #0663B1: hue angle of 207.37º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0663B1 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB699177-
CMYK0.970.4400.31
HSL207.37º93.44%35.88%-
HSV(B)207.37º96.61%69.41%-
XYZ12.4712.1443.28-
YUV80.08182.6975.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.13%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 177 (69.53% from 255) = 62.77%
R=2.13%
G=35.11%
B=62.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6991770.970.4400.31207.3793.4435.88
Hex663B1612C01Fcf5d24
Octal61432611415403731713544
Binary1101100011101100011100001101100011111110011111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0663B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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