Html Css Color HEX #0608EC Blue

📋 copy color: '#0608EC'

red 6 ◦ green 8 ◦ blue 236

#0608EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #0608EC

Tints of Blue #0608EC

RGB

 RED value IS 6 (2.73% from 255) = 2.4%

 GREEN value IS 8 (3.52% from 255) = 3.2%

 BLUE value IS 236 (92.58% from 255) = 94.4%

R = 2.4%
G = 3.2%
B = 94.4%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0608EC (or 0x0608EC) is known color: Blue. HEX triplet: 06, 08 and EC. RGB value is (6,8,236). Sum of RGB (Red+Green+Blue) = 6+8+236=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 236 (92.58% from 255 or 94.4% from 250); Max value from RGB is 236 - color contains mainly: blue. Hex color #0608EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0608EC is #F9F713. Grayscale: #202020. Windows color (decimal): -16381716 or 15468550. OLE color: 15468550.

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

Color convert

RGB 6 8 236 -
CMYK 0.97 0.97 0 0.07
HSL 239.48º 0.95% 0.47% -
HSV(B) 239.48º 0.97% 0.93% -
XYZ 15.3 6.27 79.76 -
YUV 33.39 242.34 108.46 -
System Red Green Blue C M Y K H S L
Decimal 6 8 236 0.97 0.97 0 0.07 239.48 0.95 0.47
Hex 6 8 EC 61 61 0 7 EF 5F 2F
Octal 6 10 354 141 141 0 7 357 137 57
Binary 110 1000 11101100 1100001 1100001 0 111 11101111 1011111 101111

Color Harmonies of #0608EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0608EC

Black with #0608EC

Text Example


Text Example

White with #0608EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0608EC;
 }
 .AnyTagClassName
 {
   color: #0608EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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