#0664AF

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

Shades of Denim #0664AF

Tints of Denim #0664AF

Color information

#0664AF (or 0x0664AF) is unknown color: approx Denim. HEX triplet: 06, 64 and AF. RGB value is (6,100,175). Sum of RGB (Red+Green+Blue) = 6+100+175=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #0664AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0664AF is #F99B50. Grayscale: #505050. Windows color (decimal): -16358225 or 11494406. OLE color: 11494406.

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

Color convert

RGB6100175-
CMYK0.970.4300.31
HSL206.63º93.37%35.49%-
HSV(B)206.63º96.57%68.63%-
XYZ12.3712.2542.27-
YUV80.44181.3674.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 175 (68.75% from 255) = 62.28%
R=2.14%
G=35.59%
B=62.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61001750.970.4300.31206.6393.3735.49
Hex664AF612B01Fcf5d23
Octal61442571415303731713543
Binary1101100100101011111100001101011011111110011111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0664AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0664AF; }

 p { color: rgb(6,100,175); }

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

<style>
 a { background-color: #0664AF; }

 a { background-color: rgb(6,100,175); }

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

<style>
 span { border-color: #0664AF; }

 span { border-color: rgb(6,100,175); }

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