#0608F5

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

Shades of Blue #0608F5

Tints of Blue #0608F5

Color information

#0608F5 (or 0x0608F5) is unknown color: approx Blue. HEX triplet: 06, 08 and F5. RGB value is (6,8,245). Sum of RGB (Red+Green+Blue) = 6+8+245=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 245 (96.09% from 255 or 94.59% from 259); Max value from RGB is 245 - color contains mainly: blue. Hex color #0608F5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0608F5 is #F9F70A. Grayscale: #212121. Windows color (decimal): -16381707 or 16058374. OLE color: 16058374.

HSL color Cylindrical-coordinate representation of color #0608F5: hue angle of 239.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0608F5 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB68245-
CMYK0.980.9700.04
HSL239.5º95.22%49.22%-
HSV(B)239.5º97.55%96.08%-
XYZ16.646.886.82-
YUV34.42246.84107.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.32%
GREEN value IS 8 (3.52% from 255) = 3.09%
BLUE value IS 245 (96.09% from 255) = 94.59%
R=2.32%
G=3.09%
B=94.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal682450.980.9700.04239.595.2249.22
Hex68F5626104ef5f31
Octal6103651421410435713761
Binary110100011110101110001011000010100111011111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0608F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0608F5; }

 p { color: rgb(6,8,245); }

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

<style>
 a { background-color: #0608F5; }

 a { background-color: rgb(6,8,245); }

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

<style>
 span { border-color: #0608F5; }

 span { border-color: rgb(6,8,245); }

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