Html Css Color HEX #0660FC Navy Blue

📋 copy color: '#0660FC'

red 6 ◦ green 96 ◦ blue 252

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

Shades of Navy Blue #0660FC

Tints of Navy Blue #0660FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 71.19%

R = 1.69%
G = 27.12%
B = 71.19%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0660FC (or 0x0660FC) is known color: Navy Blue. HEX triplet: 06, 60 and FC. RGB value is (6,96,252). Sum of RGB (Red+Green+Blue) = 6+96+252=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #0660FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0660FC is #F99F03. Grayscale: #565656. Windows color (decimal): -16359172 or 16539654. OLE color: 16539654.

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

Color convert

RGB 6 96 252 -
CMYK 0.98 0.62 0 0.01
HSL 218.05º 0.98% 0.51% -
HSV(B) 218.05º 0.98% 0.99% -
XYZ 21.83 15.43 93.92 -
YUV 86.87 221.18 70.32 -
System Red Green Blue C M Y K H S L
Decimal 6 96 252 0.98 0.62 0 0.01 218.05 0.98 0.51
Hex 6 60 FC 62 3E 0 1 DA 62 33
Octal 6 140 374 142 76 0 1 332 142 63
Binary 110 1100000 11111100 1100010 111110 0 1 11011010 1100010 110011

Color Harmonies of #0660FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0660FC

Black with #0660FC

Text Example


Text Example

White with #0660FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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