Html Css Color HEX #0679DD Navy Blue

📋 copy color: '#0679DD'

red 6 ◦ green 121 ◦ blue 221

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

Shades of Navy Blue #0679DD

Tints of Navy Blue #0679DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.51%

R = 1.72%
G = 34.77%
B = 63.51%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0679DD (or 0x0679DD) is known color: Navy Blue. HEX triplet: 06, 79 and DD. RGB value is (6,121,221). Sum of RGB (Red+Green+Blue) = 6+121+221=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #0679DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0679DD is #F98622. Grayscale: #616161. Windows color (decimal): -16352803 or 14514438. OLE color: 14514438.

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

Color convert

RGB 6 121 221 -
CMYK 0.97 0.45 0 0.13
HSL 207.91º 0.95% 0.45% -
HSV(B) 207.91º 0.97% 0.87% -
XYZ 19.96 18.93 71.01 -
YUV 98.02 197.4 62.37 -
System Red Green Blue C M Y K H S L
Decimal 6 121 221 0.97 0.45 0 0.13 207.91 0.95 0.45
Hex 6 79 DD 61 2D 0 D D0 5F 2D
Octal 6 171 335 141 55 0 15 320 137 55
Binary 110 1111001 11011101 1100001 101101 0 1101 11010000 1011111 101101

Color Harmonies of #0679DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0679DD

Black with #0679DD

Text Example


Text Example

White with #0679DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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