Html Css Color HEX #0661FA Navy Blue

📋 copy color: '#0661FA'

red 6 ◦ green 97 ◦ blue 250

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

Shades of Navy Blue #0661FA

Tints of Navy Blue #0661FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 70.82%

R = 1.7%
G = 27.48%
B = 70.82%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0661FA (or 0x0661FA) is known color: Navy Blue. HEX triplet: 06, 61 and FA. RGB value is (6,97,250). Sum of RGB (Red+Green+Blue) = 6+97+250=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #0661FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0661FA is #F99E05. Grayscale: #565656. Windows color (decimal): -16358918 or 16408838. OLE color: 16408838.

HSL color Cylindrical-coordinate representation of color #0661FA: hue angle of 217.62º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0661FA is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 97 250 -
CMYK 0.98 0.61 0 0.02
HSL 217.62º 0.96% 0.5% -
HSV(B) 217.62º 0.98% 0.98% -
XYZ 21.61 15.49 92.29 -
YUV 87.23 219.85 70.06 -
System Red Green Blue C M Y K H S L
Decimal 6 97 250 0.98 0.61 0 0.02 217.62 0.96 0.5
Hex 6 61 FA 62 3D 0 2 DA 60 32
Octal 6 141 372 142 75 0 2 332 140 62
Binary 110 1100001 11111010 1100010 111101 0 10 11011010 1100000 110010

Color Harmonies of #0661FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0661FA

Black with #0661FA

Text Example


Text Example

White with #0661FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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