#0662B1

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

Shades of Denim #0662B1

Tints of Denim #0662B1

Color information

#0662B1 (or 0x0662B1) is unknown color: approx Denim. HEX triplet: 06, 62 and B1. RGB value is (6,98,177). Sum of RGB (Red+Green+Blue) = 6+98+177=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 177 (69.53% from 255 or 62.99% from 281); Max value from RGB is 177 - color contains mainly: blue. Hex color #0662B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0662B1 is #F99D4E. Grayscale: #4F4F4F. Windows color (decimal): -16358735 or 11624966. OLE color: 11624966.

HSL color Cylindrical-coordinate representation of color #0662B1: hue angle of 207.72º 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 #0662B1 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB698177-
CMYK0.970.4500.31
HSL207.72º93.44%35.88%-
HSV(B)207.72º96.61%69.41%-
XYZ12.3811.9543.25-
YUV79.5183.0275.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 177 (69.53% from 255) = 62.99%
R=2.14%
G=34.88%
B=62.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6981770.970.4500.31207.7293.4435.88
Hex662B1612D01Fd05d24
Octal61422611415503732013544
Binary1101100010101100011100001101101011111110100001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0662B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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