Html Css Color HEX #0600DE Medium Blue

📋 copy color: '#0600DE'

red 6 ◦ green 0 ◦ blue 222

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

Shades of Medium Blue #0600DE

Tints of Medium Blue #0600DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 97.37%

R = 2.63%
G = 0%
B = 97.37%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0600DE (or 0x0600DE) is known color: Medium Blue. HEX triplet: 06, 00 and DE. RGB value is (6,0,222). Sum of RGB (Red+Green+Blue) = 6+0+222=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 222 (87.11% from 255 or 97.37% from 228); Max value from RGB is 222 - color contains mainly: blue. Hex color #0600DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0600DE is #F9FF21. Grayscale: #1A1A1A. Windows color (decimal): -16383778 or 14548998. OLE color: 14548998.

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

Color convert

RGB 6 0 222 -
CMYK 0.97 1 0 0.13
HSL 241.62º 1% 0.44% -
HSV(B) 241.62º 1% 0.87% -
XYZ 13.26 5.31 69.43 -
YUV 27.1 237.99 112.95 -
System Red Green Blue C M Y K H S L
Decimal 6 0 222 0.97 1 0 0.13 241.62 1 0.44
Hex 6 0 DE 61 64 0 D F2 64 2C
Octal 6 0 336 141 144 0 15 362 144 54
Binary 110 0 11011110 1100001 1100100 0 1101 11110010 1100100 101100

Color Harmonies of #0600DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0600DE

Black with #0600DE

Text Example


Text Example

White with #0600DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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