#6061FF

Color #6061FF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #6061FF

Tints of Neon Blue #6061FF

Color information

#6061FF (or 0x6061FF) is unknown color: approx Neon Blue. HEX triplet: 60, 61 and FF. RGB value is (96,97,255). Sum of RGB (Red+Green+Blue) = 96+97+255=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #6061FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6061FF is #9F9E00. Grayscale: #727272. Windows color (decimal): -10460673 or 16736608. OLE color: 16736608.

HSL color Cylindrical-coordinate representation of color #6061FF: hue angle of 239.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6061FF is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9697255-
CMYK0.620.6200
HSL239.62º100%68.82%-
HSV(B)239.62º62.35%100%-
XYZ27.1518.2696.7-
YUV114.71207.17114.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.43%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 255 (100% from 255) = 56.92%
R=21.43%
G=21.65%
B=56.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal96972550.620.6200239.6210068.82
Hex6061FF3E3E00f06445
Octal140141377767600360144105
Binary1100000110000111111111111110111110001111000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6061FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6061FF; }

 p { color: rgb(96,97,255); }

 H1.HeaderClassName
 {
   color: #6061FF;
 }
 .AnyTagClassName
 {
   color: #6061FF;
 }
</style>
background-color css

<style>
 a { background-color: #6061FF; }

 a { background-color: rgb(96,97,255); }

 div.DivClassName
 {
   background-color: #6061FF;
 }
 .BgClassName
 {
   background-color: #6061FF;
 }
</style>
border-color css

<style>
 span { border-color: #6061FF; }

 span { border-color: rgb(96,97,255); }

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