#0677DE

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

Shades of Navy Blue #0677DE

Tints of Navy Blue #0677DE

Color information

#0677DE (or 0x0677DE) is unknown color: approx Navy Blue. HEX triplet: 06, 77 and DE. RGB value is (6,119,222). Sum of RGB (Red+Green+Blue) = 6+119+222=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #0677DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0677DE is #F98821. Grayscale: #606060. Windows color (decimal): -16353314 or 14579462. OLE color: 14579462.

HSL color Cylindrical-coordinate representation of color #0677DE: hue angle of 208.61º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0677DE is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6119222-
CMYK0.970.4600.13
HSL208.61º94.74%44.71%-
HSV(B)208.61º97.3%87.06%-
XYZ19.8618.5171.63-
YUV96.95198.5663.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.73%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 222 (87.11% from 255) = 63.98%
R=1.73%
G=34.29%
B=63.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61192220.970.4600.13208.6194.7444.71
Hex677DE612E0Dd15f2d
Octal61673361415601532113755
Binary110111011111011110110000110111001101110100011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0677DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0677DE; }

 p { color: rgb(6,119,222); }

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

<style>
 a { background-color: #0677DE; }

 a { background-color: rgb(6,119,222); }

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

<style>
 span { border-color: #0677DE; }

 span { border-color: rgb(6,119,222); }

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