Html Css Color HEX #0679DC Navy Blue

📋 copy color: '#0679DC'

red 6 ◦ green 121 ◦ blue 220

#0679DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0679DC

Tints of Navy Blue #0679DC

RGB

 RED value IS 6 (2.73% from 255) = 1.73%

 GREEN value IS 121 (47.66% from 255) = 34.87%

 BLUE value IS 220 (86.33% from 255) = 63.4%

R = 1.73%
G = 34.87%
B = 63.4%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0679DC (or 0x0679DC) is known color: Navy Blue. HEX triplet: 06, 79 and DC. RGB value is (6,121,220). Sum of RGB (Red+Green+Blue) = 6+121+220=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #0679DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0679DC is #F98623. Grayscale: #616161. Windows color (decimal): -16352804 or 14448902. OLE color: 14448902.

HSL color Cylindrical-coordinate representation of color #0679DC: hue angle of 207.76º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0679DC is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 121 220 -
CMYK 0.97 0.45 0 0.14
HSL 207.76º 0.95% 0.44% -
HSV(B) 207.76º 0.97% 0.86% -
XYZ 19.83 18.88 70.31 -
YUV 97.9 196.9 62.45 -
System Red Green Blue C M Y K H S L
Decimal 6 121 220 0.97 0.45 0 0.14 207.76 0.95 0.44
Hex 6 79 DC 61 2D 0 E D0 5F 2C
Octal 6 171 334 141 55 0 16 320 137 54
Binary 110 1111001 11011100 1100001 101101 0 1110 11010000 1011111 101100

Color Harmonies of #0679DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0679DC

Black with #0679DC

Text Example


Text Example

White with #0679DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0679DC; }

 p { color: rgb(6,121,220); }

 H1.HeaderClassName
 {
   color: #0679DC;
 }
 .AnyTagClassName
 {
   color: #0679DC;
 }
</style>

background-color css

<style>
 a { background-color: #0679DC; }

 a { background-color: rgb(6,121,220); }

 div.DivClassName
 {
   background-color: #0679DC;
 }
 .BgClassName
 {
   background-color: #0679DC;
 }
</style>

border-color css

<style>
 span { border-color: #0679DC; }

 span { border-color: rgb(6,121,220); }

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