Html Css Color HEX #0679DF Navy Blue

📋 copy color: '#0679DF'

red 6 ◦ green 121 ◦ blue 223

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

Shades of Navy Blue #0679DF

Tints of Navy Blue #0679DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.71%

R = 1.71%
G = 34.57%
B = 63.71%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0679DF (or 0x0679DF) is known color: Navy Blue. HEX triplet: 06, 79 and DF. RGB value is (6,121,223). Sum of RGB (Red+Green+Blue) = 6+121+223=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #0679DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0679DF is #F98620. Grayscale: #616161. Windows color (decimal): -16352801 or 14645510. OLE color: 14645510.

HSL color Cylindrical-coordinate representation of color #0679DF: hue angle of 208.2º 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 #0679DF is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 121 223 -
CMYK 0.97 0.46 0 0.13
HSL 208.2º 0.95% 0.45% -
HSV(B) 208.2º 0.97% 0.87% -
XYZ 20.23 19.04 72.42 -
YUV 98.24 198.4 62.21 -
System Red Green Blue C M Y K H S L
Decimal 6 121 223 0.97 0.46 0 0.13 208.2 0.95 0.45
Hex 6 79 DF 61 2E 0 D D0 5F 2D
Octal 6 171 337 141 56 0 15 320 137 55
Binary 110 1111001 11011111 1100001 101110 0 1101 11010000 1011111 101101

Color Harmonies of #0679DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0679DF

Black with #0679DF

Text Example


Text Example

White with #0679DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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