#0600FF

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

Shades of Blue #0600FF

Tints of Blue #0600FF

Color information

#0600FF (or 0x0600FF) is unknown color: approx Blue. HEX triplet: 06, 00 and FF. RGB value is (6,0,255). Sum of RGB (Red+Green+Blue) = 6+0+255=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 255 (100% from 255 or 97.70% from 261); Max value from RGB is 255 - color contains mainly: blue. Hex color #0600FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0600FF is #F9FF00. Grayscale: #1D1D1D. Windows color (decimal): -16383745 or 16711686. OLE color: 16711686.

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

Color convert

RGB60255-
CMYK0.98100
HSL241.41º100%50%-
HSV(B)241.41º100%100%-
XYZ18.137.2695.05-
YUV30.86254.49110.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 97.70%
R=2.30%
G=0%
B=97.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal602550.98100241.4110050
Hex60FF626400f16432
Octal603771421440036114462
Binary1100111111111100010110010000111100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0600FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,0,255); }

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

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

 a { background-color: rgb(6,0,255); }

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

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

 span { border-color: rgb(6,0,255); }

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