Html Css Color HEX #0677DC Navy Blue

📋 copy color: '#0677DC'

red 6 ◦ green 119 ◦ blue 220

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

Shades of Navy Blue #0677DC

Tints of Navy Blue #0677DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 1.74%
G = 34.49%
B = 63.77%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0677DC (or 0x0677DC) is known color: Navy Blue. HEX triplet: 06, 77 and DC. RGB value is (6,119,220). Sum of RGB (Red+Green+Blue) = 6+119+220=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #0677DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0677DC is #F98823. Grayscale: #606060. Windows color (decimal): -16353316 or 14448390. OLE color: 14448390.

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

Color convert

RGB 6 119 220 -
CMYK 0.97 0.46 0 0.14
HSL 208.32º 0.95% 0.44% -
HSV(B) 208.32º 0.97% 0.86% -
XYZ 19.59 18.4 70.23 -
YUV 96.73 197.56 63.29 -
System Red Green Blue C M Y K H S L
Decimal 6 119 220 0.97 0.46 0 0.14 208.32 0.95 0.44
Hex 6 77 DC 61 2E 0 E D0 5F 2C
Octal 6 167 334 141 56 0 16 320 137 54
Binary 110 1110111 11011100 1100001 101110 0 1110 11010000 1011111 101100

Color Harmonies of #0677DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0677DC

Black with #0677DC

Text Example


Text Example

White with #0677DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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