Html Css Color HEX #0600E0 Medium Blue

📋 copy color: '#0600E0'

red 6 ◦ green 0 ◦ blue 224

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

Shades of Medium Blue #0600E0

Tints of Medium Blue #0600E0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 224 (87.89% from 255) = 97.39%

R = 2.61%
G = 0%
B = 97.39%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0600E0 (or 0x0600E0) is known color: Medium Blue. HEX triplet: 06, 00 and E0. RGB value is (6,0,224). Sum of RGB (Red+Green+Blue) = 6+0+224=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 224 (87.89% from 255 or 97.39% from 230); Max value from RGB is 224 - color contains mainly: blue. Hex color #0600E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0600E0 is #F9FF1F. Grayscale: #1A1A1A. Windows color (decimal): -16383776 or 14680070. OLE color: 14680070.

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

Color convert

RGB 6 0 224 -
CMYK 0.97 1 0 0.12
HSL 241.61º 1% 0.44% -
HSV(B) 241.61º 1% 0.88% -
XYZ 13.53 5.42 70.85 -
YUV 27.33 238.99 112.79 -
System Red Green Blue C M Y K H S L
Decimal 6 0 224 0.97 1 0 0.12 241.61 1 0.44
Hex 6 0 E0 61 64 0 C F2 64 2C
Octal 6 0 340 141 144 0 14 362 144 54
Binary 110 0 11100000 1100001 1100100 0 1100 11110010 1100100 101100

Color Harmonies of #0600E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0600E0

Black with #0600E0

Text Example


Text Example

White with #0600E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0600E0;
 }
 .AnyTagClassName
 {
   color: #0600E0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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