#0662AE

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

Shades of Denim #0662AE

Tints of Denim #0662AE

Color information

#0662AE (or 0x0662AE) is unknown color: approx Denim. HEX triplet: 06, 62 and AE. RGB value is (6,98,174). Sum of RGB (Red+Green+Blue) = 6+98+174=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #0662AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0662AE is #F99D51. Grayscale: #4E4E4E. Windows color (decimal): -16358738 or 11428358. OLE color: 11428358.

HSL color Cylindrical-coordinate representation of color #0662AE: hue angle of 207.14º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0662AE is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB698174-
CMYK0.970.4400.32
HSL207.14º93.33%35.29%-
HSV(B)207.14º96.55%68.24%-
XYZ12.0811.8341.69-
YUV79.16181.5275.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.16%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 174 (68.36% from 255) = 62.59%
R=2.16%
G=35.25%
B=62.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6981740.970.4400.32207.1493.3335.29
Hex662AE612C020cf5d23
Octal61422561415404031713543
Binary11011000101010111011000011011000100000110011111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0662AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0662AE; }

 p { color: rgb(6,98,174); }

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

<style>
 a { background-color: #0662AE; }

 a { background-color: rgb(6,98,174); }

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

<style>
 span { border-color: #0662AE; }

 span { border-color: rgb(6,98,174); }

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