#0669F7

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

Shades of Navy Blue #0669F7

Tints of Navy Blue #0669F7

Color information

#0669F7 (or 0x0669F7) is unknown color: approx Navy Blue. HEX triplet: 06, 69 and F7. RGB value is (6,105,247). Sum of RGB (Red+Green+Blue) = 6+105+247=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 247 (96.88% from 255 or 68.99% from 358); Max value from RGB is 247 - color contains mainly: blue. Hex color #0669F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0669F7 is #F99608. Grayscale: #5A5A5A. Windows color (decimal): -16356873 or 16214278. OLE color: 16214278.

HSL color Cylindrical-coordinate representation of color #0669F7: hue angle of 215.35º 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 #0669F7 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6105247-
CMYK0.980.5700.03
HSL215.35º95.26%49.61%-
HSV(B)215.35º97.57%96.86%-
XYZ21.9216.8690.09-
YUV91.59215.766.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.68%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 247 (96.88% from 255) = 68.99%
R=1.68%
G=29.33%
B=68.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal61052470.980.5700.03215.3595.2649.61
Hex669F7623903d75f32
Octal6151367142710332713762
Binary1101101001111101111100010111001011110101111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0669F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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