#0668BA

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

Shades of Denim #0668BA

Tints of Denim #0668BA

Color information

#0668BA (or 0x0668BA) is unknown color: approx Denim. HEX triplet: 06, 68 and BA. RGB value is (6,104,186). Sum of RGB (Red+Green+Blue) = 6+104+186=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #0668BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0668BA is #F99745. Grayscale: #535353. Windows color (decimal): -16357190 or 12216326. OLE color: 12216326.

HSL color Cylindrical-coordinate representation of color #0668BA: hue angle of 207.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0668BA is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6104186-
CMYK0.970.4400.27
HSL207.33º93.75%37.65%-
HSV(B)207.33º96.77%72.94%-
XYZ13.8913.4848.33-
YUV84.05185.5372.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.03%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 186 (73.05% from 255) = 62.84%
R=2.03%
G=35.14%
B=62.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61041860.970.4400.27207.3393.7537.65
Hex668BA612C01Bcf5e26
Octal61502721415403331713646
Binary1101101000101110101100001101100011011110011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0668BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0668BA; }

 p { color: rgb(6,104,186); }

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

<style>
 a { background-color: #0668BA; }

 a { background-color: rgb(6,104,186); }

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

<style>
 span { border-color: #0668BA; }

 span { border-color: rgb(6,104,186); }

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