Html Css Color HEX #0600DF Medium Blue

📋 copy color: '#0600DF'

red 6 ◦ green 0 ◦ blue 223

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

Shades of Medium Blue #0600DF

Tints of Medium Blue #0600DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 97.38%

R = 2.62%
G = 0%
B = 97.38%

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

#0600DF (or 0x0600DF) is known color: Medium Blue. HEX triplet: 06, 00 and DF. RGB value is (6,0,223). Sum of RGB (Red+Green+Blue) = 6+0+223=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 223 (87.5% from 255 or 97.38% from 229); Max value from RGB is 223 - color contains mainly: blue. Hex color #0600DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0600DF is #F9FF20. Grayscale: #1A1A1A. Windows color (decimal): -16383777 or 14614534. OLE color: 14614534.

HSL color Cylindrical-coordinate representation of color #0600DF: hue angle of 241.61º 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 #0600DF is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 0 223 -
CMYK 0.97 1 0 0.13
HSL 241.61º 1% 0.44% -
HSV(B) 241.61º 1% 0.87% -
XYZ 13.39 5.37 70.14 -
YUV 27.22 238.49 112.87 -
System Red Green Blue C M Y K H S L
Decimal 6 0 223 0.97 1 0 0.13 241.61 1 0.44
Hex 6 0 DF 61 64 0 D F2 64 2C
Octal 6 0 337 141 144 0 15 362 144 54
Binary 110 0 11011111 1100001 1100100 0 1101 11110010 1100100 101100

Color Harmonies of #0600DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0600DF

Black with #0600DF

Text Example


Text Example

White with #0600DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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