Html Css Color HEX #0600BD Medium Blue

📋 copy color: '#0600BD'

red 6 ◦ green 0 ◦ blue 189

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

Shades of Medium Blue #0600BD

Tints of Medium Blue #0600BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 96.92%

R = 3.08%
G = 0%
B = 96.92%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0600BD (or 0x0600BD) is known color: Medium Blue. HEX triplet: 06, 00 and BD. RGB value is (6,0,189). Sum of RGB (Red+Green+Blue) = 6+0+189=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 189 (74.22% from 255 or 96.92% from 195); Max value from RGB is 189 - color contains mainly: blue. Hex color #0600BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0600BD is #F9FF42. Grayscale: #161616. Windows color (decimal): -16383811 or 12386310. OLE color: 12386310.

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

Color convert

RGB 6 0 189 -
CMYK 0.97 1 0 0.26
HSL 241.9º 1% 0.37% -
HSV(B) 241.9º 1% 0.74% -
XYZ 9.26 3.71 48.37 -
YUV 23.34 221.49 115.63 -
System Red Green Blue C M Y K H S L
Decimal 6 0 189 0.97 1 0 0.26 241.9 1 0.37
Hex 6 0 BD 61 64 0 1A F2 64 25
Octal 6 0 275 141 144 0 32 362 144 45
Binary 110 0 10111101 1100001 1100100 0 11010 11110010 1100100 100101

Color Harmonies of #0600BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0600BD

Black with #0600BD

Text Example


Text Example

White with #0600BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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