#0614E6

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

Shades of Blue #0614E6

Tints of Blue #0614E6

Color information

#0614E6 (or 0x0614E6) is unknown color: approx Blue. HEX triplet: 06, 14 and E6. RGB value is (6,20,230). Sum of RGB (Red+Green+Blue) = 6+20+230=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 230 (90.23% from 255 or 89.84% from 256); Max value from RGB is 230 - color contains mainly: blue. Hex color #0614E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0614E6 is #F9EB19. Grayscale: #262626. Windows color (decimal): -16378650 or 15078406. OLE color: 15078406.

HSL color Cylindrical-coordinate representation of color #0614E6: hue angle of 236.25º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0614E6 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB620230-
CMYK0.970.9100.10
HSL236.25º94.92%46.27%-
HSV(B)236.25º97.39%90.2%-
XYZ14.616.2575.3-
YUV39.75235.36103.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.34%
GREEN value IS 20 (8.20% from 255) = 7.81%
BLUE value IS 230 (90.23% from 255) = 89.84%
R=2.34%
G=7.81%
B=89.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal6202300.970.9100.10236.2594.9246.27
Hex614E6615B0Aec5f2e
Octal62434614113301235413756
Binary11010100111001101100001101101101010111011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0614E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0614E6; }

 p { color: rgb(6,20,230); }

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

<style>
 a { background-color: #0614E6; }

 a { background-color: rgb(6,20,230); }

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

<style>
 span { border-color: #0614E6; }

 span { border-color: rgb(6,20,230); }

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