Html Css Color HEX #0679EC Navy Blue

📋 copy color: '#0679EC'

red 6 ◦ green 121 ◦ blue 236

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

Shades of Navy Blue #0679EC

Tints of Navy Blue #0679EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.01%

R = 1.65%
G = 33.33%
B = 65.01%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0679EC (or 0x0679EC) is known color: Navy Blue. HEX triplet: 06, 79 and EC. RGB value is (6,121,236). Sum of RGB (Red+Green+Blue) = 6+121+236=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #0679EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0679EC is #F98613. Grayscale: #636363. Windows color (decimal): -16352788 or 15497478. OLE color: 15497478.

HSL color Cylindrical-coordinate representation of color #0679EC: hue angle of 210º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0679EC is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 121 236 -
CMYK 0.97 0.49 0 0.07
HSL 210º 0.95% 0.47% -
HSV(B) 210º 0.97% 0.93% -
XYZ 22.05 19.77 82.01 -
YUV 99.73 204.9 61.15 -
System Red Green Blue C M Y K H S L
Decimal 6 121 236 0.97 0.49 0 0.07 210 0.95 0.47
Hex 6 79 EC 61 31 0 7 D2 5F 2F
Octal 6 171 354 141 61 0 7 322 137 57
Binary 110 1111001 11101100 1100001 110001 0 111 11010010 1011111 101111

Color Harmonies of #0679EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0679EC

Black with #0679EC

Text Example


Text Example

White with #0679EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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