Html Css Color HEX #0600B6 Medium Blue

📋 copy color: '#0600B6'

red 6 ◦ green 0 ◦ blue 182

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

Shades of Medium Blue #0600B6

Tints of Medium Blue #0600B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 96.81%

R = 3.19%
G = 0%
B = 96.81%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0600B6 (or 0x0600B6) is known color: Medium Blue. HEX triplet: 06, 00 and B6. RGB value is (6,0,182). Sum of RGB (Red+Green+Blue) = 6+0+182=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 182 (71.48% from 255 or 96.81% from 188); Max value from RGB is 182 - color contains mainly: blue. Hex color #0600B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0600B6 is #F9FF49. Grayscale: #151515. Windows color (decimal): -16383818 or 11927558. OLE color: 11927558.

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

Color convert

RGB 6 0 182 -
CMYK 0.97 1 0 0.29
HSL 241.98º 1% 0.36% -
HSV(B) 241.98º 1% 0.71% -
XYZ 8.52 3.42 44.47 -
YUV 22.54 217.99 116.2 -
System Red Green Blue C M Y K H S L
Decimal 6 0 182 0.97 1 0 0.29 241.98 1 0.36
Hex 6 0 B6 61 64 0 1D F2 64 24
Octal 6 0 266 141 144 0 35 362 144 44
Binary 110 0 10110110 1100001 1100100 0 11101 11110010 1100100 100100

Color Harmonies of #0600B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0600B6

Black with #0600B6

Text Example


Text Example

White with #0600B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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