Html Css Color HEX #0660DC Navy Blue

📋 copy color: '#0660DC'

red 6 ◦ green 96 ◦ blue 220

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

Shades of Navy Blue #0660DC

Tints of Navy Blue #0660DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.81%

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

R = 1.86%
G = 29.81%
B = 68.32%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0660DC (or 0x0660DC) is known color: Navy Blue. HEX triplet: 06, 60 and DC. RGB value is (6,96,220). Sum of RGB (Red+Green+Blue) = 6+96+220=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #0660DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0660DC is #F99F23. Grayscale: #525252. Windows color (decimal): -16359204 or 14442502. OLE color: 14442502.

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

Color convert

RGB 6 96 220 -
CMYK 0.97 0.56 0 0.14
HSL 214.77º 0.95% 0.44% -
HSV(B) 214.77º 0.97% 0.86% -
XYZ 17.18 13.57 69.42 -
YUV 83.23 205.18 72.92 -
System Red Green Blue C M Y K H S L
Decimal 6 96 220 0.97 0.56 0 0.14 214.77 0.95 0.44
Hex 6 60 DC 61 38 0 E D7 5F 2C
Octal 6 140 334 141 70 0 16 327 137 54
Binary 110 1100000 11011100 1100001 111000 0 1110 11010111 1011111 101100

Color Harmonies of #0660DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0660DC

Black with #0660DC

Text Example


Text Example

White with #0660DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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