Html Css Color HEX #0600DD Medium Blue

📋 copy color: '#0600DD'

red 6 ◦ green 0 ◦ blue 221

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

Shades of Medium Blue #0600DD

Tints of Medium Blue #0600DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 97.36%

R = 2.64%
G = 0%
B = 97.36%

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

#0600DD (or 0x0600DD) is known color: Medium Blue. HEX triplet: 06, 00 and DD. RGB value is (6,0,221). Sum of RGB (Red+Green+Blue) = 6+0+221=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 221 (86.72% from 255 or 97.36% from 227); Max value from RGB is 221 - color contains mainly: blue. Hex color #0600DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0600DD is #F9FF22. Grayscale: #1A1A1A. Windows color (decimal): -16383779 or 14483462. OLE color: 14483462.

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

Color convert

RGB 6 0 221 -
CMYK 0.97 1 0 0.13
HSL 241.63º 1% 0.43% -
HSV(B) 241.63º 1% 0.87% -
XYZ 13.13 5.26 68.73 -
YUV 26.99 237.49 113.03 -
System Red Green Blue C M Y K H S L
Decimal 6 0 221 0.97 1 0 0.13 241.63 1 0.43
Hex 6 0 DD 61 64 0 D F2 64 2B
Octal 6 0 335 141 144 0 15 362 144 53
Binary 110 0 11011101 1100001 1100100 0 1101 11110010 1100100 101011

Color Harmonies of #0600DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0600DD

Black with #0600DD

Text Example


Text Example

White with #0600DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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