Html Css Color HEX #0661DA Navy Blue

📋 copy color: '#0661DA'

red 6 ◦ green 97 ◦ blue 218

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

Shades of Navy Blue #0661DA

Tints of Navy Blue #0661DA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.22%

 BLUE value IS 218 (85.55% from 255) = 67.91%

R = 1.87%
G = 30.22%
B = 67.91%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0661DA (or 0x0661DA) is known color: Navy Blue. HEX triplet: 06, 61 and DA. RGB value is (6,97,218). Sum of RGB (Red+Green+Blue) = 6+97+218=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 218 (85.55% from 255 or 67.91% from 321); Max value from RGB is 218 - color contains mainly: blue. Hex color #0661DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0661DA is #F99E25. Grayscale: #535353. Windows color (decimal): -16358950 or 14311686. OLE color: 14311686.

HSL color Cylindrical-coordinate representation of color #0661DA: hue angle of 214.25º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0661DA is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 97 218 -
CMYK 0.97 0.56 0 0.15
HSL 214.25º 0.95% 0.44% -
HSV(B) 214.25º 0.97% 0.85% -
XYZ 17 13.65 68.07 -
YUV 83.59 203.85 72.66 -
System Red Green Blue C M Y K H S L
Decimal 6 97 218 0.97 0.56 0 0.15 214.25 0.95 0.44
Hex 6 61 DA 61 38 0 F D6 5F 2C
Octal 6 141 332 141 70 0 17 326 137 54
Binary 110 1100001 11011010 1100001 111000 0 1111 11010110 1011111 101100

Color Harmonies of #0661DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0661DA

Black with #0661DA

Text Example


Text Example

White with #0661DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0661DA; }

 p { color: rgb(6,97,218); }

 H1.HeaderClassName
 {
   color: #0661DA;
 }
 .AnyTagClassName
 {
   color: #0661DA;
 }
</style>

background-color css

<style>
 a { background-color: #0661DA; }

 a { background-color: rgb(6,97,218); }

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

border-color css

<style>
 span { border-color: #0661DA; }

 span { border-color: rgb(6,97,218); }

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