Html Css Color HEX #0606BE Medium Blue

📋 copy color: '#0606BE'

red 6 ◦ green 6 ◦ blue 190

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

Shades of Medium Blue #0606BE

Tints of Medium Blue #0606BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.97%

 BLUE value IS 190 (74.61% from 255) = 94.06%

R = 2.97%
G = 2.97%
B = 94.06%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0606BE (or 0x0606BE) is known color: Medium Blue. HEX triplet: 06, 06 and BE. RGB value is (6,6,190). Sum of RGB (Red+Green+Blue) = 6+6+190=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 190 (74.61% from 255 or 94.06% from 202); Max value from RGB is 190 - color contains mainly: blue. Hex color #0606BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0606BE is #F9F941. Grayscale: #1A1A1A. Windows color (decimal): -16382274 or 12453382. OLE color: 12453382.

HSL color Cylindrical-coordinate representation of color #0606BE: hue angle of 240º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0606BE is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 6 190 -
CMYK 0.97 0.97 0 0.25
HSL 240º 0.94% 0.38% -
HSV(B) 240º 0.97% 0.75% -
XYZ 9.43 3.89 48.97 -
YUV 26.98 220 113.04 -
System Red Green Blue C M Y K H S L
Decimal 6 6 190 0.97 0.97 0 0.25 240 0.94 0.38
Hex 6 6 BE 61 61 0 19 F0 5E 26
Octal 6 6 276 141 141 0 31 360 136 46
Binary 110 110 10111110 1100001 1100001 0 11001 11110000 1011110 100110

Color Harmonies of #0606BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0606BE

Black with #0606BE

Text Example


Text Example

White with #0606BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0606BE; }

 p { color: rgb(6,6,190); }

 H1.HeaderClassName
 {
   color: #0606BE;
 }
 .AnyTagClassName
 {
   color: #0606BE;
 }
</style>

background-color css

<style>
 a { background-color: #0606BE; }

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

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

border-color css

<style>
 span { border-color: #0606BE; }

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

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