Html Css Color HEX #0661FE Navy Blue

📋 copy color: '#0661FE'

red 6 ◦ green 97 ◦ blue 254

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

Shades of Navy Blue #0661FE

Tints of Navy Blue #0661FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.15%

R = 1.68%
G = 27.17%
B = 71.15%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0661FE (or 0x0661FE) is known color: Navy Blue. HEX triplet: 06, 61 and FE. RGB value is (6,97,254). Sum of RGB (Red+Green+Blue) = 6+97+254=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #0661FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0661FE is #F99E01. Grayscale: #565656. Windows color (decimal): -16358914 or 16670982. OLE color: 16670982.

HSL color Cylindrical-coordinate representation of color #0661FE: hue angle of 217.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0661FE is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 97 254 -
CMYK 0.98 0.62 0 0.00
HSL 217.98º 0.99% 0.51% -
HSV(B) 217.98º 0.98% 1% -
XYZ 22.24 15.74 95.63 -
YUV 87.69 221.85 69.73 -
System Red Green Blue C M Y K H S L
Decimal 6 97 254 0.98 0.62 0 0.00 217.98 0.99 0.51
Hex 6 61 FE 62 3E 0 0 DA 63 33
Octal 6 141 376 142 76 0 0 332 143 63
Binary 110 1100001 11111110 1100010 111110 0 0 11011010 1100011 110011

Color Harmonies of #0661FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0661FE

Black with #0661FE

Text Example


Text Example

White with #0661FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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