Html Css Color HEX #0601DD Medium Blue

📋 copy color: '#0601DD'

red 6 ◦ green 1 ◦ blue 221

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

Shades of Medium Blue #0601DD

Tints of Medium Blue #0601DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 2.63%
G = 0.44%
B = 96.93%

CMYK

 C value IS 0.97

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0601DD (or 0x0601DD) is known color: Medium Blue. HEX triplet: 06, 01 and DD. RGB value is (6,1,221). Sum of RGB (Red+Green+Blue) = 6+1+221=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 221 (86.72% from 255 or 96.93% from 228); Max value from RGB is 221 - color contains mainly: blue. Hex color #0601DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0601DD is #F9FE22. Grayscale: #1A1A1A. Windows color (decimal): -16383523 or 14483718. OLE color: 14483718.

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

Color convert

RGB 6 1 221 -
CMYK 0.97 1.00 0 0.13
HSL 241.36º 0.99% 0.44% -
HSV(B) 241.36º 1% 0.87% -
XYZ 13.14 5.28 68.73 -
YUV 27.58 237.16 112.61 -
System Red Green Blue C M Y K H S L
Decimal 6 1 221 0.97 1.00 0 0.13 241.36 0.99 0.44
Hex 6 1 DD 61 64 0 D F1 63 2C
Octal 6 1 335 141 144 0 15 361 143 54
Binary 110 1 11011101 1100001 1100100 0 1101 11110001 1100011 101100

Color Harmonies of #0601DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0601DD

Black with #0601DD

Text Example


Text Example

White with #0601DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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