#0600EE

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

Shades of Blue #0600EE

Tints of Blue #0600EE

Color information

#0600EE (or 0x0600EE) is unknown color: approx Blue. HEX triplet: 06, 00 and EE. RGB value is (6,0,238). Sum of RGB (Red+Green+Blue) = 6+0+238=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 238 (93.36% from 255 or 97.54% from 244); Max value from RGB is 238 - color contains mainly: blue. Hex color #0600EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0600EE is #F9FF11. Grayscale: #1B1B1B. Windows color (decimal): -16383762 or 15597574. OLE color: 15597574.

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

Color convert

RGB60238-
CMYK0.97100.07
HSL241.51º100%46.67%-
HSV(B)241.51º100%93.33%-
XYZ15.516.2181.27-
YUV28.93245.99111.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 97.54%
R=2.46%
G=0%
B=97.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal602380.97100.07241.5110046.67
Hex60EE616407f2642f
Octal603561411440736214457
Binary110011101110110000111001000111111100101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0600EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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