Html Css Color HEX #0660DD Navy Blue

📋 copy color: '#0660DD'

red 6 ◦ green 96 ◦ blue 221

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

Shades of Navy Blue #0660DD

Tints of Navy Blue #0660DD

RGB

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

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

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

R = 1.86%
G = 29.72%
B = 68.42%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0660DD (or 0x0660DD) is known color: Navy Blue. HEX triplet: 06, 60 and DD. RGB value is (6,96,221). Sum of RGB (Red+Green+Blue) = 6+96+221=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #0660DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0660DD is #F99F22. Grayscale: #525252. Windows color (decimal): -16359203 or 14508038. OLE color: 14508038.

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

Color convert

RGB 6 96 221 -
CMYK 0.97 0.57 0 0.13
HSL 214.88º 0.95% 0.45% -
HSV(B) 214.88º 0.97% 0.87% -
XYZ 17.31 13.62 70.12 -
YUV 83.34 205.68 72.84 -
System Red Green Blue C M Y K H S L
Decimal 6 96 221 0.97 0.57 0 0.13 214.88 0.95 0.45
Hex 6 60 DD 61 39 0 D D7 5F 2D
Octal 6 140 335 141 71 0 15 327 137 55
Binary 110 1100000 11011101 1100001 111001 0 1101 11010111 1011111 101101

Color Harmonies of #0660DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0660DD

Black with #0660DD

Text Example


Text Example

White with #0660DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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