Html Css Color HEX #0660FE Navy Blue

📋 copy color: '#0660FE'

red 6 ◦ green 96 ◦ blue 254

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

Shades of Navy Blue #0660FE

Tints of Navy Blue #0660FE

RGB

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

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

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

R = 1.69%
G = 26.97%
B = 71.35%

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

#0660FE (or 0x0660FE) is known color: Navy Blue. HEX triplet: 06, 60 and FE. RGB value is (6,96,254). Sum of RGB (Red+Green+Blue) = 6+96+254=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #0660FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0660FE is #F99F01. Grayscale: #565656. Windows color (decimal): -16359170 or 16670726. OLE color: 16670726.

HSL color Cylindrical-coordinate representation of color #0660FE: hue angle of 218.23º 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 #0660FE is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 96 254 -
CMYK 0.98 0.62 0 0.00
HSL 218.23º 0.99% 0.51% -
HSV(B) 218.23º 0.98% 1% -
XYZ 22.15 15.56 95.6 -
YUV 87.1 222.18 70.15 -
System Red Green Blue C M Y K H S L
Decimal 6 96 254 0.98 0.62 0 0.00 218.23 0.99 0.51
Hex 6 60 FE 62 3E 0 0 DA 63 33
Octal 6 140 376 142 76 0 0 332 143 63
Binary 110 1100000 11111110 1100010 111110 0 0 11011010 1100011 110011

Color Harmonies of #0660FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0660FE

Black with #0660FE

Text Example


Text Example

White with #0660FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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