Html Css Color HEX #0600DB Medium Blue

📋 copy color: '#0600DB'

red 6 ◦ green 0 ◦ blue 219

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

Shades of Medium Blue #0600DB

Tints of Medium Blue #0600DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 97.33%

R = 2.67%
G = 0%
B = 97.33%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0600DB (or 0x0600DB) is known color: Medium Blue. HEX triplet: 06, 00 and DB. RGB value is (6,0,219). Sum of RGB (Red+Green+Blue) = 6+0+219=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 219 (85.94% from 255 or 97.33% from 225); Max value from RGB is 219 - color contains mainly: blue. Hex color #0600DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0600DB is #F9FF24. Grayscale: #191919. Windows color (decimal): -16383781 or 14352390. OLE color: 14352390.

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

Color convert

RGB 6 0 219 -
CMYK 0.97 1 0 0.14
HSL 241.64º 1% 0.43% -
HSV(B) 241.64º 1% 0.86% -
XYZ 12.86 5.15 67.33 -
YUV 26.76 236.49 113.19 -
System Red Green Blue C M Y K H S L
Decimal 6 0 219 0.97 1 0 0.14 241.64 1 0.43
Hex 6 0 DB 61 64 0 E F2 64 2B
Octal 6 0 333 141 144 0 16 362 144 53
Binary 110 0 11011011 1100001 1100100 0 1110 11110010 1100100 101011

Color Harmonies of #0600DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0600DB

Black with #0600DB

Text Example


Text Example

White with #0600DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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