Html Css Color HEX #0661DF Navy Blue

📋 copy color: '#0661DF'

red 6 ◦ green 97 ◦ blue 223

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

Shades of Navy Blue #0661DF

Tints of Navy Blue #0661DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.4%

R = 1.84%
G = 29.75%
B = 68.4%

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

#0661DF (or 0x0661DF) is known color: Navy Blue. HEX triplet: 06, 61 and DF. RGB value is (6,97,223). Sum of RGB (Red+Green+Blue) = 6+97+223=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #0661DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0661DF is #F99E20. Grayscale: #535353. Windows color (decimal): -16358945 or 14639366. OLE color: 14639366.

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

Color convert

RGB 6 97 223 -
CMYK 0.97 0.57 0 0.13
HSL 214.84º 0.95% 0.45% -
HSV(B) 214.84º 0.97% 0.87% -
XYZ 17.67 13.92 71.57 -
YUV 84.16 206.35 72.25 -
System Red Green Blue C M Y K H S L
Decimal 6 97 223 0.97 0.57 0 0.13 214.84 0.95 0.45
Hex 6 61 DF 61 39 0 D D7 5F 2D
Octal 6 141 337 141 71 0 15 327 137 55
Binary 110 1100001 11011111 1100001 111001 0 1101 11010111 1011111 101101

Color Harmonies of #0661DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0661DF

Black with #0661DF

Text Example


Text Example

White with #0661DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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