Html Css Color HEX #0607BA Medium Blue

📋 copy color: '#0607BA'

red 6 ◦ green 7 ◦ blue 186

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

Shades of Medium Blue #0607BA

Tints of Medium Blue #0607BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.52%

 BLUE value IS 186 (73.05% from 255) = 93.47%

R = 3.02%
G = 3.52%
B = 93.47%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0607BA (or 0x0607BA) is known color: Medium Blue. HEX triplet: 06, 07 and BA. RGB value is (6,7,186). Sum of RGB (Red+Green+Blue) = 6+7+186=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 186 (73.05% from 255 or 93.47% from 199); Max value from RGB is 186 - color contains mainly: blue. Hex color #0607BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0607BA is #F9F845. Grayscale: #1A1A1A. Windows color (decimal): -16382022 or 12191494. OLE color: 12191494.

HSL color Cylindrical-coordinate representation of color #0607BA: hue angle of 239.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0607BA is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 7 186 -
CMYK 0.97 0.96 0 0.27
HSL 239.67º 0.94% 0.38% -
HSV(B) 239.67º 0.97% 0.73% -
XYZ 9.01 3.74 46.7 -
YUV 27.11 217.67 112.95 -
System Red Green Blue C M Y K H S L
Decimal 6 7 186 0.97 0.96 0 0.27 239.67 0.94 0.38
Hex 6 7 BA 61 60 0 1B F0 5E 26
Octal 6 7 272 141 140 0 33 360 136 46
Binary 110 111 10111010 1100001 1100000 0 11011 11110000 1011110 100110

Color Harmonies of #0607BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0607BA

Black with #0607BA

Text Example


Text Example

White with #0607BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0607BA; }

 p { color: rgb(6,7,186); }

 H1.HeaderClassName
 {
   color: #0607BA;
 }
 .AnyTagClassName
 {
   color: #0607BA;
 }
</style>

background-color css

<style>
 a { background-color: #0607BA; }

 a { background-color: rgb(6,7,186); }

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

border-color css

<style>
 span { border-color: #0607BA; }

 span { border-color: rgb(6,7,186); }

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