#0668F7

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

Shades of Navy Blue #0668F7

Tints of Navy Blue #0668F7

Color information

#0668F7 (or 0x0668F7) is unknown color: approx Navy Blue. HEX triplet: 06, 68 and F7. RGB value is (6,104,247). Sum of RGB (Red+Green+Blue) = 6+104+247=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 247 (96.88% from 255 or 69.19% from 357); Max value from RGB is 247 - color contains mainly: blue. Hex color #0668F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0668F7 is #F99708. Grayscale: #5A5A5A. Windows color (decimal): -16357129 or 16214022. OLE color: 16214022.

HSL color Cylindrical-coordinate representation of color #0668F7: hue angle of 215.6º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0668F7 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6104247-
CMYK0.980.5800.03
HSL215.6º95.26%49.61%-
HSV(B)215.6º97.57%96.86%-
XYZ21.8116.6590.06-
YUV91216.0367.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.68%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 247 (96.88% from 255) = 69.19%
R=1.68%
G=29.13%
B=69.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal61042470.980.5800.03215.695.2649.61
Hex668F7623A03d85f32
Octal6150367142720333013762
Binary1101101000111101111100010111010011110110001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0668F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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